Re: [akka-user] Mutual Authentication using Akka HTTP

2018-01-30 Thread Akka Team
Did you see the Mutual Auth section in the Akka HTTP docs? https://doc.akka.io/docs/akka-http/10.0.11/scala/http/server-side/server-https-support.html#mutual-authentication The synthetic Tls-Session-Info header should give you access to the client certs etc. -- Johan Akka Team On Mon, Jan 29, 20

[akka-user] Mutual Authentication using Akka HTTP

2018-01-29 Thread David Leonhartsberger
I am currently faced with the task of implementing client authentication via public key certificates for our HTTP endpoints. One additional complication/requirement is to be able to identify the client which is connecting. My current guess for this is to extract the Common Name from the certifi