EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 0a384d51 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

update metadata to testing saml provider, still not working though

parent a66a83f8
No related branches found
No related tags found
2 merge requests!36Staging to master to prepare 1.0.0 release,!34Shib auth
......@@ -37,4 +37,3 @@ LABEL name="prism view server cache" \
COPY shibboleth-conf /etc/shibboleth/
COPY etc-httpd/ /etc/httpd/
COPY index.html /var/www/html/
ServerName shib.pdas.prism.eox.at
LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so
<Location /Shibboleth.sso>
SetHandler shib
</Location>
DocumentRoot "/var/www/html"
\ No newline at end of file
ServerName shib.pdas.prism.eox.at
<VirtualHost *:80>
ServerName https://shib.pdas.prism.eox.at:443
UseCanonicalName On
DocumentRoot "/var/www/html"
<Location />
AuthType shibboleth
ShibRequestSetting requireSession 1
require shib-session
</Location>
<Location /Shibboleth.sso>
Satisfy Any
Allow from all
</Location>
</VirtualHost>
\ No newline at end of file
......@@ -8,7 +8,7 @@
REMOTE_USER="eppn uid persistent-id targeted-id">
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem"
checkAddress="false" handlerSSL="true" cookieProps="https">
<SSO entityID="https://idptestbed/idp/shibboleth">
<SSO entityID="https://samltest.id/saml/idp">
SAML2 SAML1
</SSO>
<Logout>SAML2 Local</Logout>
......
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