Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/docs/public/oidc-provider-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Create a new OAuth2/OpenID Provider in Authentik, then create an Application and

**Configuration:**

- **Issuer URL**: `https://authentik.example.com/application/o/unraid-api/`
- **Issuer URL**: `https://authentik.example.com/application/o/<application_slug>/`
- **Client ID**: From Authentik provider configuration
- **Client Secret**: From Authentik provider configuration
- **Required Scopes**: `openid`, `profile`, `email`
Expand Down
Loading