-
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.
feat: SSO MFA - Add ephemeral SSO MFA device (#46704)
* Add MFA device proto. * Add MFA device helper functions. * Include SSO MFA device in backend GetMFADevices method. * Handle SSO device in oneof switches. * Display sso mfa devices as 'SSO' in tsh and 'SSO Provider' in the WebUI. * Handle SSO mfa devices in deletion flow. * Fix lint and unit test. * Resolve comments; separate SSO MFA device tests; Prevent SSO MFA devices from being stored in the backend. * Get SSO mfa device concurrently. * Update test. * Resolve comments. * Fix lint. * Minor change to use cancel context. * Use errgroup.
- Loading branch information
Showing
13 changed files
with
3,075 additions
and
2,298 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.