authentication_settings_update
Update existing authentication settings for SAML SSO, including default role, domain, and IdP attribute mappings.
Instructions
Update authentication settings
Update existing authentication settings. To update the default domain, include empty value for both current_domain_value and new_domain_value.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/authentication-settings/update] · Authentication settings
Example request body:
{
"request_data": {
"name": "str",
"default_role": "",
"is_account_role": false,
"domain": " ",
"mappings": {
"email": "str",
"firstname": "str",
"lastname": "str",
"group_name": "str"
},
"advanced_settings": {
"relay_state": " ",
"idp_single_logout_url": " ",
"service_provider_public_cert": " ",
"service_provider_private_key": " ",
"authn_context_enabled": " ",
"force_authn": false
},
"idp_sso_url": " ",
"idp_certificate": " ",
"idp_issuer": " ",
"metadata_url": " "
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |