advanced_settings.json #1

  • //
  • guest/
  • perforce_software/
  • helix-saml/
  • main/
  • advanced_settings.json
  • View
  • Commits
  • Open Download .zip Download (1 KB)
{
    "security": {
        "nameIdEncrypted": false,
        "authnRequestsSigned": false,
        "logoutRequestSigned": false,
        "logoutResponseSigned": false,
        "signMetadata": false,
        "wantMessagesSigned": false,
        "wantAssertionsSigned": false,
        "wantAssertionsEncrypted": false,
        "wantNameId": true,
        "wantNameIdEncrypted": false,
        "wantAttributeStatement": false,
        "requestedAuthnContext": true,
        "requestedAuthnContextComparison": "exact",
        "failOnAuthnContextMismatch": false,
        "metadataValidUntil": null,
        "metadataCacheDuration": null,
        "signatureAlgorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
        "digestAlgorithm": "http://www.w3.org/2001/04/xmlenc#sha256"
    },
    "contactPerson": {
        "technical": {
            "givenName": "technical_name",
            "emailAddress": "technical@example.com"
        },
        "support": {
            "givenName": "support_name",
            "emailAddress": "support@example.com"
        }
    },
    "organization": {
        "en-US": {
            "name": "sp_test",
            "displayname": "SP test",
            "url": "http: //sp.example.com"
        }
    }
}
# Change User Description Committed
#2 24871 Nathan Fiedler Fix a typo in the URL in advanced config.
#1 24785 Nathan Fiedler Add SAML triggers.