Hi, can anyone point me to an example of a Ktor a...
# ktor
c
Hi, can anyone point me to an example of a Ktor app authenticating with Azure AD?
🔼 1
k
Azure AD supports many different ways of authenticating, so I think you need to be specific as to what protocol you want to use. If you use OIDC you can look here: https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow. For ktor you would implement this the same way as you would for any other auth provider.
247 Views