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
What Version of the library are you using?
18.0.2
...
Question
After calling authorize(), page reload, but not redirect on login page (which stands on https://login.singlepageappdomain.app). In browser network inspect I see only that network call to https://login.singlepageappdomain.app/.well-known/openid-configuration is canceled. And page back to previous page on main domain (angular app stands on https://singlepageappdomain.app).
In console i see only:
[DEBUG] 0-parkme-client - BEGIN Authorize OIDC Flow with popup, no auth data
XHR failed loading: GET "https://login.singlepageappdomain.app/.well-known/openid-configuration".
Navigated to https://singlepageappdomain.app/
What Version of the library are you using?
18.0.2
...
Question
After calling authorize(), page reload, but not redirect on login page (which stands on https://login.singlepageappdomain.app). In browser network inspect I see only that network call to
https://login.singlepageappdomain.app/.well-known/openid-configuration
is canceled. And page back to previous page on main domain (angular app stands on https://singlepageappdomain.app).In console i see only:
My config:
CORS should also should be ok, I try it with:
and get:
The text was updated successfully, but these errors were encountered: