nuts-foundation / nuts-node

The reference implementation of the Nuts specification. A decentralized identity network based on the w3c ssi concepts with practical functionality for the healthcare domain.
https://nuts-foundation.gitbook.io
GNU General Public License v3.0
25 stars 16 forks source link

Implement auth/v2 introspection endpoint #2393

Closed woutslakhorst closed 1 year ago

woutslakhorst commented 1 year ago

The OpenID4VP access token will be a opaque token. This token needs to be converted to actual data by the introspection endpoint.

This might also require us to implement the id_token in the OpenID4VP flow to get the actual user data for the introspection.

woutslakhorst commented 1 year ago

duplicated by #2541