Skip to content

Commit

Permalink
Merge pull request #10 from FIWARE/pulledtim-patch-1
Browse files Browse the repository at this point in the history
Impl hints
  • Loading branch information
pulledtim authored Jan 31, 2024
2 parents 7780198 + a605fcd commit 44d1316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/flows/service-interaction-m2m/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,6 @@ The implementation of the VCVerifier will return a JWT access token, containing
in the request. This allows the PDP to extract all necessary information when performing the authorization steps during
interaction with the service.

## Implementation hints
### Encoding and Padding
Token send to the token endpoint require a base64url encoding without padding as described in Appendice C of [RFC 7515](https://www.rfc-editor.org/rfc/rfc7515.txt).

0 comments on commit 44d1316

Please sign in to comment.