nuts-foundation / nuts-specification

Contains the source of the Nuts specification RFCs.
https://nuts-foundation.gitbook.io
2 stars 0 forks source link

add RFC021 vp_token-brearer grant type for oauth2 #265

Closed woutslakhorst closed 7 months ago

woutslakhorst commented 10 months ago

It specifies a new grant type that can be used to get an access_token.

reinkrul commented 9 months ago

I think it's missing error codes (default and/or new ones?), e.g. when not all VCs have a, or the same, credentialSubject.id

woutslakhorst commented 9 months ago

I think it's missing error codes (default and/or new ones?), e.g. when not all VCs have a, or the same, credentialSubject.id

Added error codes

gerardsn commented 9 months ago

Can a resource server have more than 1 Authorization Server? If so, how does a RS know what AS to perform introspection at?

woutslakhorst commented 8 months ago

Can a resource server have more than 1 Authorization Server? If so, how does a RS know what AS to perform introspection at?

No it can't