This commit is contained in:
peintnermax
2024-09-17 10:29:49 +02:00
parent 23867f36ef
commit 5624bbb0a3
2 changed files with 14 additions and 0 deletions

View File

@@ -183,8 +183,22 @@ At the moment, U2F methods are hidden if a method is already added on the users
### /register
### /idp
This page doubles as /loginname but limits it to choose from IDPs
<img src="./screenshots/idp.png" alt="/idp" width="400px" />
Requests to the APIs made:
- `getBrandingSettings(org?)`
- `getActiveIdentityProviders(org?)`
- `startIdentityProviderFlow()`
### /idp/[method]/success /idp/[method]/failure
Both /success and /failure pages are designed to intercept the responses from the IDPs and decide on how to continue with the process.
### /verify
### /accounts

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB