<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
0D51Y00008veB7eSAEOkta Classic EngineIntegrationsAnswered2024-04-16T12:25:41.000Z2020-07-14T06:21:35.000Z2020-07-20T12:17:15.000Z

9h7qt (9h7qt) asked a question.

Not able to hit Okta Domain for SSO

  • sandeepk.84743 (Wipro Technologies)

    did you try to access your Application via Postman ? is it working ? Please confirm !

    Secondly, can you try to allow Access Control Origin header from your application.

     

    Allow a single specific origin:

    Access-Control-Allow-Origin: [SCHEME]://[HOST]:[PORT_OPTIONAL]

     

    Expand Post
  • 9h7qt (9h7qt)

    Hi Sandeep,

    We have allowed all origin

    builder.AllowAnyOrigin().AllowAnyHeader().AllowAnyMethod().AllowCredentials();

    When we are directly running API through browser we are getting Okta login screen, but when running whole project UI throws error.

    Expand Post
This question is closed.
Loading
Not able to hit Okta Domain for SSO