{
"data": {
"type": "AuthenticationOptionAuth0",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"authProviderId": "string",
"type": "auth0",
"domain": "string",
"clientId": "string",
"clientSecret": "string"
},
"relationships": {}
}
}
curl --location --request POST 'https://api.synap.ac/v3/authentication-option-auth0' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "AuthenticationOptionAuth0",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"authProviderId": "string",
"type": "auth0",
"domain": "string",
"clientId": "string",
"clientSecret": "string"
},
"relationships": {}
}
}'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionAuth0",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"authProviderId": "string",
"type": "auth0",
"domain": "string",
"clientId": "string",
"callbackUrl": "string",
"scope": [
"string"
]
},
"relationships": {}
}
}