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

SAML federation - policy parameters

This page lists the policy parameters specific to SAML federation credentials.

In addition to the policy parameters defined here, the parameters defined in the table in the chapter All credential types are also valid for SAML federation credentials.

defaultIssuerNameIdFormat

  • Data type: String
  • Default: urn:oasis:names:tc:SAML:2.0:nameid-format:entity
  • Description: Default value for the 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
  • Default: urn:oasis:names:tc:SAML:2.0:nameid-format:entity
  • Description: 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
  • Default: ^.{1,1024}$
  • Description: Regular expression for input validation of the Issuer Name ID.

validation.issuerNameIDFormat.regex

  • Data type: String
  • Default: ^urn:oasis:names:tc:SAML:.+$
  • Description: Regular expression for input validation of the Issuer Name ID format.

validation.subjectNameID.regex

  • Data type: String
  • Default: ^.{1,1024}$
  • Description: Regular expression for input validation of the Subject Name ID.

validation.subjectNameIDFormat.regex

  • Data type: String
  • Default: ^urn:oasis:names:tc:SAML:.+$
  • Description: Regular expression for input validation of the Subject Name ID format.