Unicon / shib-cas-authn3

Integrates an external CAS Server and Shibboleth IdPv3.
Apache License 2.0
22 stars 16 forks source link

Resolver definitions from CAS #8

Closed AshMartian closed 9 years ago

AshMartian commented 9 years ago

Hello,

I am currently using shib-cas-authn3 to successfully authenticate Shib through my CAS server. I am trying to write my attribute-resolver.xml file for use with a vendor. I need to access the user fields defined in my CAS deployerConfigContext.xml. However I can only figure out how to get the PrincipalName. Is it possible to see all the information provided by CAS in a resolver? Or do I have to take the PrincipalName and search LDAP for the fields I need?

mmoayyed commented 9 years ago

This is presently not possible. You can only get back from the principal from CAS. Attributes that are going back to the SP must be resolved and released by the idp.

AshMartian commented 9 years ago

Okay, thank you for the information. I will use LDAP to pull the information I need.