omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Is there any example/documentation for IDP initiated SSO in SAML backend? #1126

Closed jpatel3 closed 3 years ago

jpatel3 commented 3 years ago

we are using saml backend for our application and its working fine when the request is initiated from SP (our application), however IDP initiated request comes to our site, but we don't have explicit url configuration to handle it. It comes by default to /complete/saml/ url. Any one tried doing that configuration?

jpatel3 commented 3 years ago

Closing it. It was failing due to missing RelayState when request came from IDP, after it added from IDP initiated url, it worked fine without any change on Service provider app.