1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/shib.cfg
2015-01-23 17:24:36 +01:00

25 lines
799 B
INI

## ---------------------------------------------------------------------------------------------------------------------------------
## shib - plugin parameters
## ---------------------------------------------------------------------------------------------------------------------------------
## URI uri trigger
## HOST name host client
## METHOD_NAME what type of HTTP method is considered (GET|HEAD|POST)
## ---------------------------------------------------------------------------------------------------------------------------------
shib {
Service_shibboleth {
URI ^/secure/?$
HOST 10.30.1.131:444
METHOD_NAME GET
}
Service_shibboleth {
URI ^/Shibboleth.sso/SAML/POST$
HOST 10.30.1.131:444
METHOD_NAME POST
}
}