Hi! We want to use Keycloak for authentication in ...
# ktor
l
Hi! We want to use Keycloak for authentication in our Ktor webapp. Ktor has ktor-auth to work with external auth proivder like Google and Keycloak could be treated as one of them. Or, Keycloak has client adapters for Jetty and Tomcat. What is the preferred way, use ktor-auth, or a KC client adapter, or possibly both together?