OAuth2 Flows and Wallets
Nuts supports a custom OAuth2 flows for acquiring an access token: the service-to-service flow.
Service-to-Service flow
Credentials that are presented during this flow are subject to legal organizations (e.g. registered care organizations).
This flow uses a custom grant type called vp_token-bearer
. Presentation requests always and only target organization
wallets. User claims can be passed as tokens. If and how the user claims correspond to the organization attestations is done by the authorization step.
The flow is secured with DPoP (optional). See "Security controls" for a detailed description.
Security controls
The following security controls are used by the OAuth2 flows:
No Comments