PPM_SAML_METADATA_CONFIG
This table stores the SAML2 metadata configuration settings.
Foreign keys
There are no foreign keys for this table.
Column descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| ENTITY_ID | NOT NULL | VARCHAR2(200) | The entity ID of the SAML2 service provider (SP). |
| NAME_ID_FORMAT | NOT NULL | VARCHAR2(100) | The name identifier format returned by the IdP. The value of the format defines what value is returned in the User Subject section of the IdP SAML response. |
| REQUEST_SIGNED | NOT NULL | VARCHAR2(100) | A flag to specify whether the service provider(SP) will sign the authentication requests that it sends to the identity provider(IdP). |
| WANT_ASSERTION_SIGNED | NOT NULL | VARCHAR2(100) |
A flag to specify whether the service provider(SP) wants the identity provider (IdP) to sign the assertion it sends. |
Indexes
This table has no indexes.
Sequences
This table uses no sequences.

