Input Validation
The loaded data needs to be verified. The library will perform several actions to make sure the input you received is valid. This verification process is performed by a Ceremony Step Manager (CSM). The Webauthn Specification distinguish two types of ceremonies described in this page.
Ceremony Step Manager Factory
To facilitate the creation of the CSM, a default factory is included. This factory requires no external services to function.
These CSM services are meant to be used by Response Validators. On a similar way, there are two types of validators:
Authenticator Attestation Response Validator: used during the creation ceremony
Authenticator Assertion Response Validator: used during the request ceremony
Response Validators
The Authenticator Attestation Response Validator and Authenticator Assertion Response Validator services are directly used when receiving Authenticator Responses in order to register authenticators or authenticate users.
Was this helpful?