Hi Ktor team, how can i query the client cert det...
# ktor
s
Hi Ktor team, how can i query the client cert details from the call object? I would like to use client cert based authentication using cert CN. Right now i am using Netty engine.
a
As I can see, the client authentication is enabled when a trust store is defined. However, I cannot find a way to access the certification details through the call object.
s
Yeah, to authz we need to access the cert details of the authenticated client. I have created youtrack issue for the support - https://youtrack.jetbrains.com/issue/KTOR-7933/Certificate-based-authentication-support