Shibboleth SP3 and IIS10
CostantinoGrana
costantino.grana at unimore.it
Wed Aug 28 10:06:47 EDT 2019
Peter Schober wrote
> What does the relevant entry in your attribute-map.xml look like?
> (Maybe "CN" vs. "cn" is all that's off?)
I've tried both upper and lower case (lower case is used in
attribute-map.xml).
Response.Write "CN = " & Request.ServerVariables("CN") & "<br>" & vbCrLF
Response.Write "EPPN = " & Request.ServerVariables("EPPN") & "<br>" &
vbCrLF
Response.Write "cn = " & Request.ServerVariables("cn") & "<br>" & vbCrLF
Response.Write "eppn = " & Request.ServerVariables("eppn") & "<br>" &
vbCrLF
None of these work. "HTTP_" version works when enabling the ISAPI filter
(header version).
Note that also setting ISAPI attribute "useHeaders="true"" doesn't work
without the ISAPI filter.
--
Sent from: https://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list