Update identity provider

Privileges: PRINCIPAL_MODIFY

Update SAML based identity provider configurartion on the cluster

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Specifies id of idp configuration

Body Params

Specifies parameters to update identity provider configuration

boolean | null

Specifies if local user login is allowed. When idp is configured, only idp users are allowed to login to the cluster, local login is disabled except for users with admin role. If this flag is set to true, local (non-idp) logins are allowed for all local and AD users. Local or AD users with admin role can login always independent of this flag's setting. By default there is no local authentication i.e the value is false.

string | null
required

Specifies the certificate generated for the app by the idp service when the cluster is registered as an app. This is required to verify the SAML response.

string | null

Specifies the filename used for the certificate. The default value is idp_certificate.pem

boolean | null

Specifies a flag to enable or disable this idp service. When it is set to true, idp service is enabled. When it is set to false, idp service is disabled. By defaut idp is enabled i.e the value is true.

string | null
required

Specifies identity provider issuer id

roles
array of strings | null

Specifies the default roles assined for all SSO users

roles
string | null

Specifies the SAML attribute name that contains a comma separated list of cluster roles. This sets the default roles for all SSO users. Either this field or roles must be set, this field takes higher precedence than the roles field.

boolean | null

Specifies whether to sign the SAML request or not. When it is set to true, SAML request will be signed. When it is set to false, SAML request is not signed. Default is false, set this flag to true if the idp site is configured to expect the SAML request from the Cluster signed. If this is set to true, users must get the cluster's certificate and upload it on the idp site.

string | null
required

Specifies the identity provider SSO url

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json