Identity providers
Create identity provider
Create a new identity provider
POST
/
idps
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
Required string length:
1 - 40
company
enum<string>
Available options:
google
, okta
type
enum<string>
Available options:
saml2
certificate
string
The public certificate the IDP will provide
entity_id
string
The entity ID your application uses
signin_url
string
The URL the IDP expects SAML2 requests to be POSTed to
Response
200 - application/json
success
boolean
requiredresult
object
requiredlinks
object
requirederrors
object[]
required