I have to implement single sign-on in a ReactJs application where it's back-end is in python?
- using pingFederation - checking user authentication.
- then redirect to "React application" login page with SAML response. By hitting a POST request on login page
Please help me to handle this SAML response at my application login page. I am stack here to handle/get SAML response.
how do I configure shibboleth as a service provider?
Please share your thoughts.
Thank you