X-PagesSSOConfigurations
Stores configuration details for Single Sign-On (SSO) integration using X-Pages, including identity provider metadata, certificate handling, and session behavior.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the SSO configuration record within the Vault system. |
| X-Pages SSO Configuration Type | String | True |
Specifies the type or category of the X-Pages Single Sign-On (SSO) configuration being stored. |
| Global ID | String | True |
System-generated global identifier that uniquely represents this record across environments. |
| Link | String | False |
System-level URL reference that provides a direct link to the configuration record in the Vault UI. |
| Name | String | True |
The display name assigned to the SSO configuration for identification purposes within Vault. |
| Status | String | False |
The current operational status of the SSO configuration, such as Active, Inactive, or Pending. |
| Created By | String | True |
The user who initially created this SSO configuration record in Vault. |
| Created Date | Datetime | True |
Timestamp indicating when the SSO configuration record was first created. |
| Last Modified By | String | True |
The user who last updated the SSO configuration record. |
| Last Modified Date | Datetime | True |
Timestamp reflecting the most recent modification to the SSO configuration. |
| API Name | String | False |
The unique API-accessible name for the configuration, used for integration or programmatic access. |
| Authorization endpoint | String | False |
The URL endpoint used to initiate user authorization during the OAuth 2.0 authentication flow. |
| Token endpoint | String | False |
The URL endpoint used to exchange authorization codes for access tokens in OAuth 2.0 flows. |
| Client ID | String | False |
The identifier issued to the Vault client during registration with the identity provider for SSO. |
| Client Secret | String | False |
The confidential key associated with the client ID, used to authenticate the Vault client to the token endpoint. |