Client Certificate Authentication #548
-
we want to achieve client certificate authentication(mTLS), but we are not finding any APIs in the documentation
|
Beta Was this translation helpful? Give feedback.
Answered by
Kaliumhexacyanoferrat
Nov 19, 2024
Replies: 1 comment 8 replies
-
Client certfificate authentication is currently not possible via the API, neither in Kestrel nor in the internal engine. As this is not too complicated (allow to somehow set the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@CICADA-dev64bit To give an update: There is a merge request that allows client authentication via API. This will require some polishing and testing, but I think we can release this feature during the next week.