UserInfo and ID token each serve a different purpose:
- UserInfo returns information about the currently logged-in end-user identity.
- ID token can contain some of that information as well, plus it should contain info about what happened at the authentication time.
In the current implementation, they both contain the same information (or almost the same).
Requested changes
UserInfo and ID token each serve a different purpose:
In the current implementation, they both contain the same information (or almost the same).
Requested changes