In some cases, the client also wants to authenticate the user. In that case, they rely on ID Token.
It would be great to be able to verify the ID Token, including verifying solid:oidcIssuer and DPoP binding.
BTW Current Solid-OIDC doesn't use global access tokens anymore, so for the migration path also AS will have to verify the ID Token, not the access token.
In some cases, the client also wants to authenticate the user. In that case, they rely on ID Token.
It would be great to be able to verify the ID Token, including verifying
solid:oidcIssuerand DPoP binding.BTW Current Solid-OIDC doesn't use global access tokens anymore, so for the migration path also AS will have to verify the ID Token, not the access token.