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
If you can confirm that the ID token validation is the source of the problem, I recommend decoding your ID token using a tool like jwt.io to check for any issues.
Additionally, could you provide the host on which the Identity Server Instance is currently running? Please ensure that it is correctly reflected in the iss (issuer) attribute of the token. Also, make sure that the local system time and the time on the server machine are synchronized.
Describe the issue:
HI,
I'm loggingIn from my machine (hostname) to the server that supports wso2.
SignIn is performed and the url is generated
http://localhost:5500/?code=5ff22072-aecf-3832-a1ed-313df9f19f24&state=request_0&session_state=6e974b342540f780a2da0fe87d61c359eaf8d90659e7dba862ef1919121a264b.qi3y1 J UfdfxNfnVVo6g1rw
at that point in js i have to relaunch the signin again like this
auth.on("sign in", (answer) => {
alert("You have successfully logged in!");
});
But this throws the error
Whereas the call to /oauth2/token succeeds.
Who could help me?
Thank you
The text was updated successfully, but these errors were encountered: