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

Proof of possession of key material using signed request #5

Open
Sakurann opened this issue Nov 2, 2021 · 1 comment
Open

Proof of possession of key material using signed request #5

Sakurann opened this issue Nov 2, 2021 · 1 comment

Comments

@Sakurann
Copy link
Collaborator

Sakurann commented Nov 2, 2021

Proofs must be protected against replay by using issuer provided nonce (see also https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop#section-8

We currently have an above requirement and I have a feedback asking if this requirement is necessary when proof of possession of the key material is done by signing the request using the DID you control, and the nonce protection is not necessary?
I know we discussed that this does not work when the issuance of multiple credentials to multiple key materials is requested, but the feedback is that in majority of the cases credentials will be issued to the single key material.

I wonder proof types other than providing a DID can work with a signed request. For example can you sign a request using LinkedData Proof and pass the key material in a DID or a sub_jwk, or is it totally impossible?

@tlodderstedt
Copy link
Owner

We currently have an above requirement and I have a feedback asking if this requirement is necessary when proof of possession of the key material is done by signing the request using the DID you control, and the nonce protection is not necessary?

Can you please, when the nonce protection of the signed request is not necessary?

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