How to configure WebLogic 10.3 web application to use SOML 2 and the identity provider?

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?

+5
source share
1 answer

Perhaps you could take a look at Implementing the SAML2 SP-initiated Use Case with Weblogic 10.3.4. and ADFS

Yours faithfully,

Louis

ps: , , , , Idp. (web.xml weblogic.xml). weblogic: $WEBLOGIC_HOME/wlserver/server/lib/consoleapp/webapp/WEB-INF/web.xml $WEBLOGIC_HOME/wlserver/server/lib/consoleapp/webapp/WEB-INF/weblogic.xml)

+1

All Articles