Skip to main content
PUT
Update identity provider

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

alias
string
required

Body

application/json

Request to update an identity provider.

display_name
string | null
enabled
boolean | null
oidc_config
OidcConfig · object | null

OIDC-specific IdP configuration.

saml_config
SamlConfig · object | null

SAML-specific IdP configuration.

ldap_config
LdapConfig · object | null

LDAP user federation configuration for Active Directory or generic LDAP.

mappers
IdpMapperConfig · object[] | null

Response

Identity provider updated.

Response for a single identity provider.

alias
string
required
display_name
string
required
provider_id
string
required
enabled
boolean
required
internal_id
string | null
known_provider
enum<string> | null
Available options:
okta,
entra_id,
auth0,
google,
github,
ping_identity,
onelogin,
custom_oidc,
custom_saml,
active_directory
config
Config · object

Provider configuration. NexusOne masks the secrets.

mapper_count
integer
default:0

Number of configured mappers.