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?
v18.0.1
...
Question
I keep getting this warning User data sub does not match sub in id_token, resetting after userinfo call, even the userinfo call is a success. I checked with the library, seems to me, the idToken from session or config(where ever it's getting), keep passing an object with empty accessToken and idToken. Any idea why it's happening? what would be the solution for this? Or is it the way we use the library and auth provider?
What Version of the library are you using?
v18.0.1
...
Question
I keep getting this warning
User data sub does not match sub in id_token, resetting
after userinfo call, even the userinfo call is a success. I checked with the library, seems to me, theidToken
from session or config(where ever it's getting), keep passing an object with emptyaccessToken
andidToken
. Any idea why it's happening? what would be the solution for this? Or is it the way we use the library and auth provider?MVP with error
https://github.com/shansanira/angular-oauth
Please run the project with
ng server --ssl
in the default:4200
portThe text was updated successfully, but these errors were encountered: