I have setup OAM and created SP partner for my web app. I can do SP initiated login successfully. When I do IDP login by visiting following URL:
http://ol6.mycompany.com:14100/oamfed/idp/initiatesso?providerid=https://mywebapp.com/
It redirects me first to oam login page, after doing successful authentication, it redirects me to my web app, there I get signature error. I am using pysaml lib. Is this because I didn't setup ssl certificate on weblogic server? SP initiated SSO is working perfectly fine.