Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Org tag spec compliant + logischer ordening

...

Add the following to your virtual host (assuming it lives on https://your.example.domain).

Code Block
<Location />
    MellonIdPMetadataFileMellonSPentityId "https://your.example.domain"
    MellonSPCertFile /etc/apache2/mellon/idp-metadatasaml.xmlpem
    MellonIdPPublicKeyFileMellonSPPrivateKeyFile /etc/apache2/mellon/engineblock.test.surfconext.nl.20190208.pemsaml.key

    MellonSPCertFileMellonIdPMetadataFile /etc/apache2/mellon/samlidp-metadata.pemxml
    MellonSPPrivateKeyFileMellonIdPPublicKeyFile /etc/apache2/mellon/saml.key
    MellonSecureCookie Onengineblock.test.surfconext.nl.20190208.pem

    MellonOrganizationName "en" "Your Organization Name"
    MellonOrganizationDisplayName "en" "Your Organization Name"
    MellonSPentityIdMellonOrganizationURL "en" "https://yourwww.example.domainorg"

    MellonOrganizationName "Your Organization Name"MellonSecureCookie On
    MellonCookieSameSite None
</Location>

<Location /secret>
    AuthType "Mellon"
    Require valid-user
    MellonEnable "auth"
</Location>

...