
afxiu (afxiu) asked a question.
Hi
We're using Firebase for authentication in our app. The flow of the authentication works as follows with our website cloudnosys.com
cloudnosys -> firebase auth -> auth service provider -> firebase auth -> cloudnosys
but in the case of Okta the response of the SAML is sent back to Cloudnosys url instead of Firebase auth, so it looks something like this
cloudnosys -> firebase auth -> okta saml response -> cloudnosys
This disrupts the flow and because of this we're not able to integrate SAML in our app. OneLogin has a recipient Url field where we add the auth url and we get SAML response over there. I saw something similar in the form of recipient and destination Url. I've fiddled with it with different combination but it doesn't work.
Any help or leads ? I am definitely missing something in the flow.
Thanks

If you are using custom SAML app in Okta then you can set Single sign on URL whatever you want. and Okta will send HTTP-POST SAML Response to that uri.