Identity providers
Update identity provider
Update an identity provider’s details
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the identity provider
Example:
"abcde12345abcde12345a"
Body
application/json
Required string length:
1 - 40
Example:
"Example"
Available options:
google
, okta
Example:
"google"
Available options:
saml2
Example:
"saml2"
The public certificate the IDP will provide
Example:
"----- BEGIN PUBLIC KEY -----\\nMIIII..."
The entity ID your application uses
Example:
"https://example.com/signin"
The URL the IDP expects SAML2 requests to be POSTed to
Example:
"https://example.com/signin"