mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
25 lines
799 B
INI
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
|
|
}
|
|
}
|