Trouble with SP Attributes
George Glessner
gglessner at serviceexpress.com
Thu Jun 28 14:43:55 EDT 2018
I am having a hard time being able to call the SP Attributes in one of my classic ASP pages. Right now we do not send any attributes over the IDP but I should still be able to get some information such as Shib-Identity-Provider. Below is the result of my Shibboleth.sso/Session.
Miscellaneous
Session Expiration (barring inactivity): 479 minute(s)
Client Address: 127.0.0.1
SSO Protocol: urn:oasis:names:tc:SAML:2.0:protocol
Identity Provider: [identity providers information]
Authentication Time: 2018-06-28T18:36:33.553Z
Authentication Context Class: urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
Authentication Context Decl: (none)
Attributes
Here is my RequestMapper:
<RequestMapper type="Native">
<RequestMap>
<!--
The example requires a session for documents in /secure on the containing host with http and
https on the default ports. Note that the name and port in the <Host> elements MUST match
Apache's ServerName and Port directives or the IIS Site name in the <ISAPI> element above.
-->
<Host name="george-oxygen.seitrakker.com" scheme="http" port="8080">
<Path name="intranet" authType="shibboleth" requireSession="true"/>
</Host>
<!-- Example of a second vhost mapped to a different applicationId. -->
<!--
<Host name="admin.example.org" applicationId="admin" authType="shibboleth" requireSession="true"/>
-->
</RequestMap>
</RequestMapper>
The way I understand, is that anything under the intranet folder should require a session? So if I were to call Request("HTTP_SHIB_IDENTITY_PROVIDER") in a file in the intranet folder, I should be able to get that value? I may be totally misunderstanding this part.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20180628/060db90d/attachment.html>
More information about the users
mailing list