-
Notifications
You must be signed in to change notification settings - Fork 868
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
Docs / Plan for Client cert handling #989
Comments
See https://microsoft.github.io/reverse-proxy/articles/proxyhttpclientconfig.html#httpclient, though there's a proposal to remove this from the config and only support it via the extensible factory: |
It seems #999 is moved into "Backlog" and #1031 is completed. |
The 3rd question here is if https://microsoft.github.io/reverse-proxy/articles/transforms.html#clientcert is adequate documentation for flowing an external client certificate? |
No, I don't think its adequate docs... yet. I think there needs to be a bit more preamble. I'll create a PR. |
Triage: Also need to clarify how client certs should be validated. |
Triage: The docs are likely in ASP.NET already - find them and link them. |
If the proxy is handling the client cert how does it pass it to the back end server?
Can the proxy do cert auth with the backend so that the backend can trust connections are coming from the proxy
The text was updated successfully, but these errors were encountered: