-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProjectPasskeys: Add support for Enterprise Attestation #8909
Comments
|
Expected experience:
Customer accesses their admin panel. In the "My Authenticator Metadatas" they add their enterprise metadata. They mark their metadata as "Enterprise only". In the settings they then enable "Enterprise Attestation" and add "Allowed RPIDs"(The RPIDs that were used to configure authenticators) They then set enterprise attestation mode to either: Detect mode - will try running enterprise attestation, but won't fail if it does not match user store.
During credential creation (authenticator adding), make credential request payload extensions will include "ep": true. Once response is received, server will check attestation against customer metadata. If server in enforce mode, server will respond with error "unauthorized", and log that non-permitted authenticator was attempted to add. If server in detect mode, then attestation will be checked against public store. If attestation is required, and that fails too, then error is returned. |
Notes for implementation:
|
TODO:
|
Add support Enterprise Attestation, so that custom enterprise attestation keys can be used.
The text was updated successfully, but these errors were encountered: