<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
0D50Z00008G7VecSAFOkta Classic EngineIntegrationsAnswered2018-09-05T01:30:23.000Z2018-05-23T10:03:49.000Z2018-05-24T17:30:44.000Z
Can we somehow resolve the origin and request URL issue
I have succesfully implemented token authentication using token.getWithoutPrompt method. But I want this source code to be on a domain and show it to users in an iframe(on another domain).

 

But this gives error 
  1.  The target origin provided ('http://localhost:4200') does not match the recipient window's origin ('http://localhost')
 

I understand this is for security purposes but it will be only visible to trusted sources. So is there any solution for this? 

This question is closed.
Loading
Can we somehow resolve the origin and request URL issue