Hello. How to integrate SAML SSO with ktor? I foun...
# ktor
a
Hello. How to integrate SAML SSO with ktor? I found this library (https://github.com/onelogin/java-saml), but it uses javax.servlet.HttpServletRequest and javax.servlet.HttpServletResponse. Therefore, I cannot pass it the io.ktor.application.ApplicationRequest / io.ktor.application.ApplicationResponse ...