Open
Description
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!");
});
Whereas the call to /oauth2/token succeeds.
Who could help me?
Thank you