I have several web applications, all of which are running in WebLogic 10, and I want to authenticate users using SSO and WebLogic native support for SAML 2 SSO.
I configured SAML2IdentityAsserter in the security field and created a partner for the SSO web identity provider. which uses metadata from the identity provider that I installed earlier. Everything seemed to be in order.
I deployed a simple web application that I use for testing that is configured to use this area. However, when I try to log into the web application, it doesn't seem to even try to use the identity provider. I installed both BASIC and CLIENT-CERT, but both acted as if SAM2IdentityAsserter was not configured. I played with reordering statements and tried to remove the default installer, but none of this changed the situation. Has anyone had success with this in WLS 10.3?
source
share