SAML federation - policy parameters
This table lists the policy parameters specific to SAML federation credentials.
In addition to the policy parameters defined in this table, the policy parameter defined in the table in the chapter All credential types is also valid for SAML federation credentials.
Name | Data Type, Values | Default | Description |
---|---|---|---|
defaultIssuerNameIdFormat | Data type: String | urn:oasis:names:tc:SAML:2.0:nameid-format:entity | Default value for Issuer Name ID format. This value will be set in the SAML federation at creation or modification time if and only if no Issuer Name ID format value is supplied explicitly. |
defaultSubjectNameIdFormat | Data type: String | urn:oasis:names:tc:SAML:2.0:nameid-format:entity | Default value for the subject name ID format. This value will be set in the SAML federation at creation or modification time if and only if no Subject Name ID format value is supplied explicitly. |
validation.issuerNameID.regex | Data type: String | ^.{1,1024}$ | Regular expression for input validation of Issuer Name ID. |
validation.issuerNameIDFormat.regex | Data type: String | ^urn:oasis:names:tc:SAML:.+$ | Regular expression for input validation of Issuer Name ID format. |
validation.subjectNameID.regex | Data type: String | ^.{1,1024}$ | Regular expression for input validation of Subject Name ID. |
validation.subjectNameIDFormat.regex | Data type: String | ^urn:oasis:names:tc:SAML:.+$ | Regular expression for input validation of Subject Name ID format. |