Haer, Neelam
2014-09-09 16:56:49 UTC
Hi All,
I'm trying to get a client setup on IIS7.5, Windows 8 server with the latest 64-bit version of Shibboleth SP.
The trouble I'm having is very strange and I have not seen this before. For some reason, the SP (?) is only sending over the
ApplicationDefaults settings (which we typically leave as the defaults and do not use) instead of the ApplicationOverride.
What I mean by that is:
<ApplicationDefaults id="default" policyId="default"
entityID="https://server.com/do-not-use"
homeURL="https://server/cp,/"
REMOTE_USER="eppn persistent-id targeted-id"
signing="true" encryption="false"
>
Is used instead of:
<ApplicationOverride id="rename--my-application-name"
entityID="https://client-id/shibboleth"
homeURL="https://client-url/ebusiness"
REMOTE_USER="somerandomstring" >
<Sessions handlerURL="/locked/Shibboleth.sso"
handlerSSL="true"
cookieProps="; path=/locked; secure"
checkAddress="false"
lifetime="7200" timeout="3600" />
</ApplicationOverride>
Does anyone know why this is the case?
Thanks.
I'm trying to get a client setup on IIS7.5, Windows 8 server with the latest 64-bit version of Shibboleth SP.
The trouble I'm having is very strange and I have not seen this before. For some reason, the SP (?) is only sending over the
ApplicationDefaults settings (which we typically leave as the defaults and do not use) instead of the ApplicationOverride.
What I mean by that is:
<ApplicationDefaults id="default" policyId="default"
entityID="https://server.com/do-not-use"
homeURL="https://server/cp,/"
REMOTE_USER="eppn persistent-id targeted-id"
signing="true" encryption="false"
>
Is used instead of:
<ApplicationOverride id="rename--my-application-name"
entityID="https://client-id/shibboleth"
homeURL="https://client-url/ebusiness"
REMOTE_USER="somerandomstring" >
<Sessions handlerURL="/locked/Shibboleth.sso"
handlerSSL="true"
cookieProps="; path=/locked; secure"
checkAddress="false"
lifetime="7200" timeout="3600" />
</ApplicationOverride>
Does anyone know why this is the case?
Thanks.