curl --location --request GET 'https://api.synap.ac/v3/authentication-option-adfs/'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionAdfs",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"authProviderId": "string",
"type": "adfs",
"domain": "string",
"tenantId": "string",
"federationMetadataUrl": "string",
"spEntityId": "string"
},
"relationships": {}
}
}