Is there a feature that enables OpenID logins in k...
# ktor
m
Is there a feature that enables OpenID logins in ktor? We’re looking at leveraging Azure AD… I assume I can just configure OAuth2.0 to do the right thing?
d
As far as I know, there is nothing specific for OpenID.
I will try to create an OpenID sample in the ktor-samples repo.
m
Thanks, that would be helpful 🙂