<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00007i5vopSAAOkta Classic EngineSingle Sign-OnAnswered2024-04-15T09:39:18.000Z2020-02-03T06:57:28.000Z2020-02-05T16:05:41.000Z

afxiu (afxiu) asked a question.

I need to send the response of the SAML assertion to our auth Url instead of the default Single Sign On Url

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


  • bc221 (bc221)

    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.

This question is closed.
Loading
I need to send the response of the SAML assertion to our auth Url instead of the default Single Sign On Url