cURL
curl --request GET \ --url http://localhost:3001/portal-api/sso_profiles/{profile_id} \ --header 'Authorization: <api-key>'
{ "ID": "ldap_dev", "Name": "Developers@LocalAD", "OrgID": "1", "ActionType": "GenerateOrLoginDeveloperProfile", "MatchedPolicyID": "<string>", "Type": "redirect", "ProviderName": "ADProvider", "CustomEmailField": "<string>", "CustomUserIDField": "<string>", "ProviderConfig": {}, "IdentityHandlerConfig": {}, "ProviderConstraintsDomain": "<string>", "ProviderConstraintsGroup": "<string>", "ReturnURL": "http://localhost:3001/sso", "DefaultUserGroupID": "<string>", "CustomUserGroupField": "cn", "UserGroupMapping": { "TeamA": "9", "TeamB": "11" }, "UserGroupSeparator": "<string>", "SSOOnlyForRegisteredUsers": false }
Get an SSO profile by ID
Was this page helpful?