lookup Identity Provider With Id
GET {{baseUrl}}/api/identity-provider/lookup?domain=<string>
Retrieves the identity provider for the given domain. A 200 response code indicates the domain is managed by a registered identity provider. A 404 indicates the domain is not managed.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
domain | string | The domain or email address to lookup. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"identityProvider":{"applicationIds":["\u003cuuid\u003e","\u003cuuid\u003e"],"id":"\u003cuuid\u003e","idpEndpoint":"\u003cstring\u003e","name":"\u003cstring\u003e","oauth2":{"authorization_endpoint":"\u003cstring\u003e","clientAuthenticationMethod":"client_secret_post","client_id":"\u003cstring\u003e","client_secret":"\u003cstring\u003e","emailClaim":"\u003cstring\u003e","emailVerifiedClaim":"\u003cstring\u003e","issuer":"\u003cstring\u003e","scope":"\u003cstring\u003e","token_endpoint":"\u003cstring\u003e","uniqueIdClaim":"\u003cstring\u003e","userinfo_endpoint":"\u003cstring\u003e","usernameClaim":"\u003cstring\u003e"},"type":"LinkedIn"}}