diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 0c6bb684..5f956339 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -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://` and `https://.*` (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