italia / eudi-wallet-it-docs

Italian EUDI Wallet Technical Specifications
Creative Commons Zero v1.0 Universal
56 stars 20 forks source link

[Wallet Solution] grant type review #93

Closed peppelinux closed 1 year ago

peppelinux commented 1 year ago

According to https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#uri

in the wallet provider metadata we have grant_types_supported with the value "urn:ietf:params:oauth:client-assertion-type:jwt-key-attestation" while according to (RFC7523) it should be replaced by urn:ietf:params:oauth:grant-type:jwt-bearer

this choice depends by the flow designed for the token endpoint, see #80

grausof commented 1 year ago

Fixed in https://github.com/italia/eudi-wallet-it-docs/pull/94