Identity providers
Create identity provider
Create a new identity provider
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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"