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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,14 @@ Example for self-hosted Authentik:
- **Name Key**: `name`
- **Email Key**: `email`
- **User ID Key**: `sub`

Example for Keycloak:

- **Authorize URL**: `https://keycloak.domain.tld/realms/<your-realm>/protocol/openid-connect/auth`
- **Token URL**: `https://keycloak.domain.tld/realms/<your-realm>/protocol/openid-connect/token`
- **User API URL**: `https://keycloak.domain.tld/realms/<your-realm>/protocol/openid-connect/userinfo`
- **Scopes**: `openid profile email`
- **Username Key**: `preferred_username`
- **Name Key**: `name`
- **Email Key**: `email`
- **User ID Key**: `sub`