Browse Source

Update SSO name claim description

pull/7566/head
kittygaming99 1 week ago
committed by GitHub
parent
commit
8e29449fe6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/config.rs

2
src/config.rs

@ -831,7 +831,7 @@ make_config! {
sso_scopes: String, true, def, "email profile".to_owned();
/// Authorization request extra parameters
sso_authorize_extra_params: String, true, def, String::new();
/// SSO name claim |> The OIDC claim to use for the user's display name. Falls back to `name` and then `preferred_username`.
/// SSO name claim |> The OIDC claim to use for the user's display name. Falls back to `preferred_username`.
sso_name_claim: String, true, def, "name".to_string();
/// Use PKCE during Authorization flow
sso_pkce: bool, true, def, true;

Loading…
Cancel
Save