update authentik IdP docs (#61)

This commit is contained in:
Bethuel
2023-06-07 16:27:31 +03:00
committed by GitHub
parent 10dc7978d4
commit 44f2a02a25

View File

@@ -751,8 +751,9 @@ In this step, we will create OAuth2/OpenID Provider in Authentik.
- Authorization Flow: `default-provider-authorization-explicit-consent (Authorize Application)`
- Protocal Settings:
- Client type: `Public`
- Redirect URIs/Origins (RegEx): `*`
- Redirect URIs/Origins (RegEx): `https://<domain>` and `https://<domain>.*` (Each URI should be entered on a new line)
- Advanced protocol settings:
- Access code validity: `minutes=10`
- Subject mode: `Based on the User's ID`
Take note of `Client ID`, we will use it later