Join Slack
Powered by
Hi, can anyone point me to an example of a Ktor a...
# ktor
c
Chris Ryder
11/29/2022, 5:27 PM
Hi, can anyone point me to an example of a Ktor app authenticating with Azure AD?
🔼 1
k
Kristian Nedrevold
11/30/2022, 7:47 PM
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
Open in Slack
Previous
Next