Is your feature request related to a problem? Please describe.
It's good to see the v0.2 release incorporate Verifiable Intent and provide a solid SDK. I noticed that SDJWTIssuer includes cnf but not iss, which is recommended by Verifiable Intent - JWKS Endpoint Security.
Please confirm whether we can update the SDK, or if I missed something.
Describe the solution you'd like
- types: include
iss as a required claim for JWT along with cnf.
- SDK: include verify
iss or some comments to suggest how to verify.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
Is your feature request related to a problem? Please describe.
It's good to see the v0.2 release incorporate Verifiable Intent and provide a solid SDK. I noticed that
SDJWTIssuerincludescnfbut notiss, which is recommended by Verifiable Intent - JWKS Endpoint Security.Please confirm whether we can update the SDK, or if I missed something.
Describe the solution you'd like
issas a required claim for JWT along withcnf.issor some comments to suggest how to verify.Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct