|
|
@ -831,6 +831,8 @@ make_config! { |
|
|
sso_scopes: String, true, def, "email profile".to_owned(); |
|
|
sso_scopes: String, true, def, "email profile".to_owned(); |
|
|
/// Authorization request extra parameters
|
|
|
/// Authorization request extra parameters
|
|
|
sso_authorize_extra_params: String, true, def, String::new(); |
|
|
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 `preferred_username`.
|
|
|
|
|
|
sso_name_claim: String, true, def, "name".to_string(); |
|
|
/// Use PKCE during Authorization flow
|
|
|
/// Use PKCE during Authorization flow
|
|
|
sso_pkce: bool, true, def, true; |
|
|
sso_pkce: bool, true, def, true; |
|
|
/// Regex for additional trusted Id token audience |> By default only the client_id is trusted.
|
|
|
/// Regex for additional trusted Id token audience |> By default only the client_id is trusted.
|
|
|
|