Shibboleth SP Server variables in IIS
user1630508
pgrandsard at pagepath.com
Thu Apr 23 15:38:04 EDT 2020
Wow. Good call on that.
attributePrefix="HTTP_" in <ApplicationDefaults> along with
useVariables="true" useHeaders="false" does indeed work.
Request.ServerVariables["HTTP_SHIBIDENTITYPROVIDER"] = "Some Value"
attributePrefix="FOO" (or anything other than "HTTP_") does nothing (is not
used) when useHeaders="false"
Request.ServerVariables["HTTP_SHIBIDENTITYPROVIDER"] - This variable doesn't
exist
attributePrefix="FOO" and useHeaders="true"
Request.ServerVariables["HTTP_FOOSHIBIDENTITYPROVIDER"] = "Some Value"
So there's a strange bug somewhere.
--
Sent from: https://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list