We have a suite of existing web applications(each being a seperate war file) that have SSO enabled amongst themselves through CAS using Spring Security.
Now we have a new requirement where in third party users should be able to access these applications using their own domain Id's - This would be a IDP Initiated SSO using SAML.
Can we integrate the SAML authentication with the current SSO(CAS based) using SAML Extension? If yes, then how can we integrate the two, where in once the SAML authentication is done, a valid CAS service ticket creation be triggered.
I am new to CAS, though have some experience with SAML extension. I would appreciate if some body could please guide me on this.
Now we have a new requirement where in third party users should be able to access these applications using their own domain Id's - This would be a IDP Initiated SSO using SAML.
Can we integrate the SAML authentication with the current SSO(CAS based) using SAML Extension? If yes, then how can we integrate the two, where in once the SAML authentication is done, a valid CAS service ticket creation be triggered.
I am new to CAS, though have some experience with SAML extension. I would appreciate if some body could please guide me on this.