Generic OIDC Configuration
Pro only
Configuration at your OIDC provider
- Create a
client_id
and aclient_secret
in your OIDC provider - Add the callback-url: https://
<your-installation>
/login/oidc/<your-provider-name>
/callback- Add the hostname where your SysReptor installation can be accessed.
- Choose a custom provider name (e. g.
keycloak
)
Cloud Setup
Cloud
You are lucky. Just send the values from the previous steps to us and we'll take care
Self-Hosted Setup
Self-Hosted
Create your OIDC configuration for SysReptor...
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
1 |
|
Limitations
SysReptor reauthenticates users before critical actions. It therefore requires users to enter their authentication details (e.g. password and second factor, if configured).
Your OIDC provider might not support enforced reauthentication. Your can try to set "reauth_supported": true
. If the "SUDO" functionality does not work, set to this value to false
.
To enforce reauthentication, users can set a password for their local SysReptor user. This will enforce reauthentication with the local user's credentials.