Skip to main content
Version: 8.2405.x.x RR

SAML federation

The TIDMA_SAML_FEDERATION table holds the specific attributes of SAML federation credentials, like the name ID of the subject, the name ID of the issuer and the URI of the name ID's format. The credential value is derived from the subject name ID and issuer name ID of the SAML federation extension. It is the Base64-encoded SHA-256 hash value of the concatenation of the name ID attributes.

The TIDMA_SAML_FEDERATION table is an extension of TIDMA_CREDENTIAL, which lists attributes that are valid for all credentials.

Database table TIDMA_SAML_FEDERATION

DB attributeJava data type (max. size), defaultsDescription
credential_idLong, not NULLPrimary key (uniquely identifies each individual credential). Foreign key that links to information in the table TIDMA_CREDENTIAL.
issuer_name_idString(1030), not NULLName ID of the Issuer.
issuer_name_id_formatString(100), not NULLURI of the Issuer Name ID format.
subject_name_idString(1030), not NULLName ID of the Subject.
subject_name_id_formatString(100), not NULLURI of the Subject Name ID format.