StartIdentityProviderIntent
Start flow with an identity provider
Start a flow with an identity provider, for external login, registration or linking..
Request Body
application/json
idpId?string
ldap*
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/v2/idp_intents" \ -H "Content-Type: application/json" \ -d '{ "ldap": {} }'{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
},
"authUrl": "string"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?