I am trying to understand OIDC and i dont see the purpose of the ID token if with just the access token, i can make a request to the userinfo endpoint and get the user info. What then is the purpose of the ID token?
In addition, what links an access token to a specific ID token? Are they linked at all?