mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 14:03:44 +03:00
Updated Enabling SSO support using OpenId Connect (markdown)
@@ -31,7 +31,7 @@ The following configurations are available
|
|||||||
|
|
||||||
The callback URL is [automatically generated](https://github.com/dani-garcia/vaultwarden/blob/1e1f9957cd037fad87e5cd33245720f865942016/src/config.rs#L1333) from the `DOMAIN`. If you set `DOMAIN=https://vaultwarden.example.tld` your callback URL will be `https://vaultwarden.example.tld/identity/connect/oidc-signin`.
|
The callback URL is [automatically generated](https://github.com/dani-garcia/vaultwarden/blob/1e1f9957cd037fad87e5cd33245720f865942016/src/config.rs#L1333) from the `DOMAIN`. If you set `DOMAIN=https://vaultwarden.example.tld` your callback URL will be `https://vaultwarden.example.tld/identity/connect/oidc-signin`.
|
||||||
|
|
||||||
To properly populate the name for accounts you need to configure your IdP to provide it as claim `preferred_username`
|
To properly populate the account name you need to configure your IdP to provide the Display Name as claim `preferred_username`
|
||||||
|
|
||||||
If you are using a private certificate authority or self signed certificates on your SSO authority, you need to add your root certificate to `/etc/ssl/certs` or point the `SSL_CERT_DIR` or `SSL_CERT_FILE` environment variables to it.
|
If you are using a private certificate authority or self signed certificates on your SSO authority, you need to add your root certificate to `/etc/ssl/certs` or point the `SSL_CERT_DIR` or `SSL_CERT_FILE` environment variables to it.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user