<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
0D54z00007B5XcHCAVOkta Classic EngineSingle Sign-OnAnswered2021-09-21T14:29:12.000Z2021-09-15T20:57:08.000Z2021-09-21T14:29:12.000Z

FabioC.00127 (Customer) asked a question.

embedded iframe url gets HTTP 302 to re-authenticate again the user

I have an embedded iframe to change user Okta settings in my site that relies on Okta to authenticate users:

 

<iframe frameborder="0"  width="100%"  [src]='oktaSettingUrl'></iframe>

 

where oktaSettingUrl = https://dev-XXXXXX.okta.com/enduser/settings?iframe=true&iframeControlHideAll=true

 

The issue is that when the page loads the iframe source url gets an HTTP 403 and it's redirected to

 

https://dev-XXXXXX.okta.com/login/login.htm?fromURI=/enduser/settings?iframe=true&iframeControlHideAll=true

 

although the user is already logged in with Okta. Does anyone can help avoid re-authenticate the user?

 

Fabio

 


This question is closed.
Loading
embedded iframe url gets HTTP 302 to re-authenticate again the user