impierce / openid4vc

Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
https://www.impierce.com
Apache License 2.0
28 stars 3 forks source link

Add ID Token validation #30

Open nanderstabel opened 1 year ago

nanderstabel commented 1 year ago

Description

Support proper IdToken validation as described in the spec: https://openid.bitbucket.io/connect/openid-connect-self-issued-v2-1_0.html#name-self-issued-id-token

Motivation

Crucial step in the SIOPv2 flows.

Resources

https://openid.bitbucket.io/connect/openid-connect-self-issued-v2-1_0.html#name-self-issued-id-token

To-do List