-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add ability to disable client cert validation for Kestrel #10351
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
Comments
All we need to do here is add a top-level option or extension method to Kestrel options to say |
This would be great for a new contributor! |
So I'm reviewing this and if I understand correctly the change is to give the option to the developer to use or not certificates? Or is it to give the capability to pass an specific certificate for Kestrel to use? |
This is about client certificates and is just a simplification. We already have The idea being that the Client Certificate Auth handler will do the validation. |
Ok, I think I understand |
Are you asking because you're interested in a PR @bcisnero ? We're probably actually going to get this done ourselves now because we want to land this preview 7 |
Yeah, that was my intention but still having trouble understanding the whole flow of this but I'll be very interested in seeing the solution so I can understand better all this and be able to contribute in the future, |
Ok, no problem! Just checking before we went ahead and did it :). |
As discussed in #9756 would be useful for Cert Auth.
The text was updated successfully, but these errors were encountered: