mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:23:16 +00:00
screenshots
This commit is contained in:
@@ -153,3 +153,18 @@ Requests to the APIs made:
|
|||||||
|
|
||||||
When updating the session for the webAuthN challenge, we set `userVerificationRequirement` to `UserVerificationRequirement.REQUIRED` as this will request the webAuthN method as primary method to login.
|
When updating the session for the webAuthN challenge, we set `userVerificationRequirement` to `UserVerificationRequirement.REQUIRED` as this will request the webAuthN method as primary method to login.
|
||||||
After updating the session, the user is signed in.
|
After updating the session, the user is signed in.
|
||||||
|
|
||||||
|
### /mfa/set
|
||||||
|
|
||||||
|
<img src="./screenshots/mfaset.png" alt="/mfa/set" width="400px" />
|
||||||
|
|
||||||
|
This page requests a webAuthN challenge for the user and updates the session afterwards.
|
||||||
|
|
||||||
|
Requests to the APIs made:
|
||||||
|
|
||||||
|
- `getBrandingSettings(org?)`
|
||||||
|
- `getSession()`
|
||||||
|
- `updateSession()`
|
||||||
|
|
||||||
|
When updating the session for the webAuthN challenge, we set `userVerificationRequirement` to `UserVerificationRequirement.REQUIRED` as this will request the webAuthN method as primary method to login.
|
||||||
|
After updating the session, the user is signed in.
|
||||||
|
|||||||
BIN
apps/login/screenshots/mfa.png
Normal file
BIN
apps/login/screenshots/mfa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
BIN
apps/login/screenshots/mfaset.png
Normal file
BIN
apps/login/screenshots/mfaset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
BIN
apps/login/screenshots/passkey.png
Normal file
BIN
apps/login/screenshots/passkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
apps/login/screenshots/u2f.png
Normal file
BIN
apps/login/screenshots/u2f.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Reference in New Issue
Block a user