<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
0D50Z00008C3jfsSABOkta Classic EngineAdministrationAnswered2024-04-30T09:18:25.000Z2016-06-08T06:28:02.000Z2018-08-12T04:14:18.000Z
How does OKTA handle ACS's response? Can we make OKTA return control to client SPA in the browser along with the return values?
Ours is a single page application and this is what we are doing in brief:

1) User opens our login-page which is in JS and provides the username.

2) If the user has to be authenticated using Okta (which is determined in back-end), we are redirecting to okta page, where the user enters username and password.

3) We have provided an URL for handling SAML, where we get a POST request, we process the SAML generate our application specific token and return back.

Now the problem here is when we return from backend the control does not go back to our application specific JS code. Is there any way to tell Okta to hand over the response to a particular JS file?

  • j5v7c (j5v7c)

    Hi Sudip,

     

    This is a highly technical question so I suggest that you contact our developer support at developers@okta.com to handle it. Please provide as much information and your JS code if possible so we can reproduce your issue in-house.

     

    Thank you,

     

    Raphael.
    Expand Post
    Selected as Best
  • j5v7c (j5v7c)

    Hi Sudip,

     

    This is a highly technical question so I suggest that you contact our developer support at developers@okta.com to handle it. Please provide as much information and your JS code if possible so we can reproduce your issue in-house.

     

    Thank you,

     

    Raphael.
    Expand Post
    Selected as Best
This question is closed.
Loading
How does OKTA handle ACS's response? Can we make OKTA return control to client SPA in the browser along with the return values?