Skip to content
Snippets Groups Projects
Commit f0a2ef9d authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Presun konfigurace mod_auth_mellon

parent a59b9de7
No related branches found
No related tags found
No related merge requests found
Pipeline #95 passed
<Location />
MellonEnable "info"
MellonEndpointPath /mellon
MellonSPPrivateKeyFile /etc/apache2/saml2/{{SP_ID}}.key
MellonSPCertFile /etc/apache2/saml2/{{SP_ID}}.cert
MellonSPMetadataFile /etc/apache2/saml2/{{SP_ID}}.xml
MellonIdPMetadataFile /etc/apache2/saml2/idp.xml
</Location>
<Location /admin >
AuthType Mellon
MellonEnable auth
Require valid-user
AuthType Mellon
MellonEnable auth
MellonEndpointPath /mellon
MellonSPPrivateKeyFile /etc/apache2/saml2/{{SP_ID}}.key
MellonSPCertFile /etc/apache2/saml2/{{SP_ID}}.cert
MellonSPMetadataFile /etc/apache2/saml2/{{SP_ID}}.xml
MellonIdPMetadataFile /etc/apache2/saml2/idp.xml
Require valid-user
</Location>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment