Skip to content

Commit e77a233

Browse files
authored
Update redirect URI settings for Authentik integration (#406)
1 parent 5232d94 commit e77a233

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/selfhosted/identity-providers.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,9 @@ In this step, we will create OAuth2/OpenID Provider in Authentik.
475475
- Authorization Flow: `default-provider-authorization-explicit-consent (Authorize Application)`
476476
- Protocol Settings:
477477
- Client type: `Public`
478-
- Redirect URIs/Origins (RegEx): `https://<domain>`, `https://<domain>.*`, `http://localhost:53000` (Each URI should be entered on a new line)
478+
- Redirect URIs/Origins (RegEx):
479+
- Regex: `https://<domain>/.*`
480+
- Strict: `http://localhost:53000`
479481
- Signing Key: Must be selected! Can be any cert present, e.g. `authentik Self-signed Certificate`
480482
- Advanced protocol settings:
481483
- Access code validity: `minutes=10`
@@ -582,6 +584,8 @@ NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email offline_access api"
582584
NETBIRD_AUTH_AUDIENCE="<PROVIDER_CLIENT_ID>"
583585
NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID="<PROVIDER_CLIENT_ID>"
584586
NETBIRD_AUTH_DEVICE_AUTH_AUDIENCE="<PROVIDER_CLIENT_ID>"
587+
NETBIRD_AUTH_REDIRECT_URI="/auth"
588+
NETBIRD_AUTH_SILENT_REDIRECT_URI="/silent-auth"
585589

586590
NETBIRD_MGMT_IDP="authentik"
587591
NETBIRD_IDP_MGMT_CLIENT_ID="<PROVIDER_CLIENT_ID>"

0 commit comments

Comments
 (0)