-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scoped WebAuthn: MFA extension flow (#36667)
* Use SessionData with extensions in Webauthn flow. * Pass MFAChallengeExtensions through webauthn flow. * Opportunistically enforce Webauthn challenge scope. * Don't delete webauthn session data when reuse is allowed. * Return more login data from webauthn flow. * Enforce reuse when provided by the caller. * Address comments. * Fix test. * Add unit test for scope and reuse. * use pointer for challenge extension parameters. * Address comments.
- Loading branch information
Showing
6 changed files
with
400 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.