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
However, many OpenID Connect implementations, return "sub" as user ID. Since the "sub" claim is the typical unique identifier for the end-user in Open ID Connect, I propose to allow "sub" as a second option in function getId(); getId could check for "id" first, and check "sub" in a second step.