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

Remove unneeded and confusing DPoP code #220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RolandGuijt
Copy link
Contributor

No description provided.

Comment on lines -15 to -19
// this shows how you can prevent DPoP from being used at an API endpoint
// and this will cause the request to send the same token with the Bearer scheme
//return Task.FromResult<DPoPProof>(null);
}
return base.CreateProofTokenAsync(request);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is, while perhaps unusual, a valid use case. Maybe we need to follow this idea all the way through to the end, but I don't really want to just toss this. Are users confused?

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

Successfully merging this pull request may close these issues.

2 participants