API endpoints for managing login policies. Login policies help manage the user login experience by doing such things as: specifying the exact path to the Capture domain and the user profile entity type, and defining the login URL for the associated directory. All OpenID Connect clients (public and confidential) must be associated with one (but only one) login policy.
Endpoint | Methods |
---|---|
List Your Login Policies/{customerId}/config/loginPoliciesReturns information about the login policies associated with the specified customer. |
|
View a Login Policy/{customerId}/config/loginPolicies/{loginPolicyId}Returns information about the specified login policy |
|
Modify a Login Policy/{customerId}/config/loginPolicies/{loginPolicyId}Modifies the specified login policy. |
|
Create a Login Policy/{customerId}/config/loginPoliciesCreates a log policy. |
|
Delete a Login Policy/{customerId}/config/loginPolicies/{loginPolicyId}Deletes the specified login policy. |
|
Manage Push Claims{customerId}/config/loginPolicies/{loginPolicyId}/pushClaimsProvides a way to enable and disable push claims in a login policy. |
|
Manage Allowed Response Types/{customerId}/config/loginPolicies/{loginPolicyId}/allowedResponseTypesSpecifies the response types that can be used with a login policy. |
|