decentralized-identity / papers

Notes, ideas, and write-ups from DIF members and collaborators
Apache License 2.0
40 stars 7 forks source link

[SIOP] Example does not URL encode `jwk_uri` #32

Closed awoie closed 4 years ago

awoie commented 5 years ago

The example should be fixed to use URL safe characters only.

awoie commented 4 years ago

URL encoding is not needed as the value is encoded in a JWS / request object. Closing this issue.