You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm accessing the OIDCInfoHook via mydomain.com/redirect?info=json&access_token_refresh_interval=0 from my SPA.
If the SPA have the same domain as Apache then everything works. But when I run my SPA from a different domain (mydomain:8095) then I get CORS issues.
I tried to set headers in Apache with mod_headers but mod_auth_openidc removes them all when I access the OIDCInfoHook via mydomain.com/redirect?info=json&access_token_refresh_interval=0
The text was updated successfully, but these errors were encountered: