Identity Providers
Domains
Get an identity provider
Retrieves a single Automation-managed identity provider by its key.
get/organizations/{orgId}/environments/{envId}/domains/{domainKey}/identities/{identityKey}
Path parameters
orgIdstring required
Identifier of the organization that owns the environment.
envIdstring required
Identifier of the environment the domain belongs to.
domainKeystring required
Key of the domain: its stable, immutable Automation identifier within the environment.
identityKeystring required
Key of the identity within the domain.
Response
The identity provider
Example response
{
"configuration": "{\"users\":[{\"username\":\"admin\",\"password\":\"...\"}]}",
"domainWhitelist": [
"example.com"
],
"key": "corporate-ldap",
"mappers": {
"email": "email",
"sub": "username"
},
"name": "Corporate LDAP",
"type": "inline-am-idp"
}