create a identity provider
Identity providers provide means of authentication. Providing authentication and identity management for the end-users, the configuration of the identity provider resource help managing the interfaces and the enabled features customizing the end-users authentication flow. The field descriptions are available in the main documentation page.
POST /api/identity-providers creates an identity provider resource
| Request Body  —  REQUIRED | 
|---|
| identity_providerobject —  REQUIRED| idstring —  REQUIRED |  | choose_sessionboolean |  | confirmableboolean |  | consentableboolean |  | namestring |  | registrableboolean |  | typestring | 
 | 
| Responses | 
|---|
| | Schema  —  OPTIONAL | 
|---|
 | dataobject —  OPTIONAL| idstring |  | choose_sessionboolean —  OPTIONAL |  | confirmableboolean —  OPTIONAL |  | consentableboolean —  OPTIONAL |  | namestring —  OPTIONAL |  | registrableboolean —  OPTIONAL |  | typestring —  OPTIONAL | 
 | 
 |