POST
/
api
/
v1
/
ExternalAuthenticationProvider
/
GetAllByType
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/ExternalAuthenticationProvider/GetAllByType \
  --header 'Content-Type: application/json' \
  --data '{
  "Type": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Providers": [
    {
      "Id": "<string>",
      "Type": "<string>",
      "Name": "<string>",
      "FederationServiceIdentifier": "<string>",
      "MetaDataUrl": "<string>",
      "ReplyUrl": "<string>",
      "Configuration": {
        "Certificates": [
          {
            "Thumbprint": "<string>",
            "External": true
          }
        ]
      }
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.