Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should sub_jwk be a bare key or kid #45

Open
Sakurann opened this issue Aug 28, 2020 · 1 comment
Open

should sub_jwk be a bare key or kid #45

Sakurann opened this issue Aug 28, 2020 · 1 comment

Comments

@Sakurann
Copy link

In did-siop profile, sub_jwk claim in SIOP response must contain a kid that is a DID URL referring to the verification method in the SIOP’s DID Document. Based on OIDC Section 7.4 Self-Issued OpenID Provider Response, sub_jwk claim must contains public key that is a bare key in JWK format.

Would it make sense to make sub_jwk a bare public key to stay backward compatible with OIDC SIOP?

@awoie
Copy link
Member

awoie commented Sep 14, 2020

The sub_jwk is a bare JWK. See https://identity.foundation/did-siop/#example-12

That was one limitation of the SIOP spec. Please see #43 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants