## --------------------------------------------------------------------------------------------------------------------------------- ## 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 } }