Hi there, here is my challenge
We can work in two SAML integration ways, by means of CAS.5.2 in the same instance of CAS over Tomcat. - In one way (A), our Identity Provider launches a SSO SAML Request, delegating Authentication in CAS. CAS, in turn, delegates Authentication to a third party SAML Identity Provider. At the end, in the return way, a User Session in created in our Identity Provider, with diverse Identity Attributes. Our IdP => [in SAML SP role] SSO SAML Request => CAS SAML IdP => [in SAML SP role] SSO SAML Request => Third Party SAML IdP - In another way (B), CAS receives SSO SAML Requests made by third party SAML Service Providers, where CAS delegates authentication in our proprietary Trusted Identity Provider (with which, CAS has a Trusted Authentication defined). In that way, our Identity Provider creates a User Session, with diverse Identity Attributes, which returns to CAS, and this propagates to the third party SAML Service Provider. Third Party SAML SP => SSO SAML Request => CAS IdP => Trusted Authentication => Our Proprietary IdP Putting it all together, we have a mixed stage in which: 1.- User is authenticated by a third party SAML Identity Provider, by means of the (A) way After that, in the next instant 2.- User accesses a third party SAML Service Provider, trying to obtain our Identity Provider’s User Session Identity Attributes in (B) way Instead, CAS returns, to the third party SAML Service Provider, the User Attributes obtained in (A) from the third party SAML Identity Provider. What we need is to propagate, in (B) way, our Identity Provider’s User Session Identity Attributes, obtained at the end of the (A) way flow. I think that separating the two flows in two separate CAS instances, all would start to work, but that’s not the challenge. Thanks for your time and interest Jon -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/67b0d749-d4dd-4b47-980c-458af5cf6812n%40apereo.org.
