Re: [cas-user] Re: CAS 5.1.0 with SAML delegation - Help!

2017-08-23 Thread Alessandro
Hi all, I didn't find a way to get the attributes just via configuration, but I did it by implementing a custom PrincipalResolver which extends PersonDirectoryPrincipalResolver, and there, when in presence of SAML2Credentials, add my attribute retrieval method based on

[cas-user] Re: CAS 5.1.0 with SAML delegation - Help!

2017-08-23 Thread Andy Ng
Although I don't have an answer to your problem and I can't really help you most likely, I still want to suggest you try implementing something to see if it works or not. In CAS 5.2.0-RC1 or above, there is a feature called "Attribute Repository Merging"

[cas-user] Re: CAS 5.1.0 with SAML delegation - Help!

2017-08-23 Thread Alessandro Putzu
Anyone? More precisely, how can I add the SAMLCredentialPersonAttributeDao to the list of attribute repositories? I tried defining a deployerConfigContext.xml in my CAS overlay installation with a PersonDirectoryPrincipalResolver (and SAMLCredentialPersonAttributeDao) as attribute repository,