How does the access token differ from user info token when using Keycloak?
From OAuth2/OpenIDConnect I have understood that the access token gives information that the user has been authenticated and that you need to use the user info token to get more infomation about the user and its profile/roles etc.
When I look at the access token in something like https://jwt.io/ vs. the UserInfo token. I am able to get the same information about the users profile & roles.
Why is it like this, and how does the access token differ from user info token when using Keycloak?