summaryrefslogtreecommitdiff
path: root/devstack/files/federation/shib_apache_handler.txt
blob: ebf53ada6583630caee26ed97e33069136d11353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

<Location /Shibboleth.sso>
    SetHandler shib
</Location>

<Location /identity/v3/OS-FEDERATION/identity_providers/%IDP_ID%/protocols/mapped/auth>
    ShibRequestSetting requireSession 1
    AuthType shibboleth
    ShibExportAssertion Off
    Require valid-user

    <IfVersion < 2.4>
        ShibRequireSession On
        ShibRequireAll On
   </IfVersion>
</Location>