AuthenticationPolicies
The authentication (sign-on) policies in the environment.
View-Specific Information
SELECT
Reading data from this entity requires Read Sign-on Policy/authn:read:signOnPolicy permission.We recommend using the built-in Client Application Developer role.
The server uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- Id supports the following operators: =, IN.
All other filters are processed client-side within the server.
For example, the following queries are processed server-side:
SELECT * FROM Administrators.AuthenticationPolicies WHERE Id = '4b07563c-9f17-4aac-ab4d-a79b7ed1b8dc';
SELECT * FROM Administrators.AuthenticationPolicies WHERE Id IN ('4b07563c-9f17-4aac-ab4d-a79b7ed1b8dc', 'e94fb647-65e0-4fde-91e9-0079fe167ff2');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The authentication policy identifier (UUID). | |
| Name | String | The name of the authentication policy. | |
| Description | String | The authentication policy's description. | |
| IsDefault | Boolean | Boolean value indicating whether the authentication policy is the environment's default. This will used by applications that do not have application-specific authentication policy assignments. | |
| EnvironmentId | String | Information.Environments.Id | The identifier (UUID) of the environment in which the authentication policy exists. |