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
1 change: 1 addition & 0 deletions docs/OIDC-Guides/OIDC-Setup-With-Authentik.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ A provider in Authentik acts as the bridge between RomM and Authentik.
- **Name**: Assign a unique name to the provider (e.g., "RomM OIDC Provider").
- **Authorization flow**: Select **implicit consent**.
- **Redirect URIs**: Add your RomM instance's URL + `/api/oauth/openid` (e.g., `http://romm.host.local/api/oauth/openid`).
- **Scopes**: Under "Advanced protocol settings", move the property mapping you created above from "Available Scopes" to "Selected Scopes". You'll also need to make sure any existing mappings of `email` or `email_verified` are disabled. Authentik has an `email` mapping by default, so make sure to check for this and remove it if it's present.
5. **Copy the Client ID and Secret**:
- You'll need these to set `OIDC_CLIENT_ID` and `OIDC_CLIENT_SECRET` in your RomM instance.
![Provider settings](../resources/authentik/4-provider-secrets.png)
Expand Down
Loading