1

Using Azure Active Directory When i am applying single sign on for my web application i am able to do the Password-based single sign-on successfully.

But when i am doing with Integrated Windows Authentication(for kerberos authentication mainly), i am not able to configure it. i am very confused.

Can anybody guide me how to enable kerberos authentication for web application. or please send me any example links how to set kerberos authentication for web applications.

Thanks!

Sunil Sunny
  • 531
  • 7
  • 30
  • 2
    AAD doesn't support Kerberos. if you want to authentiation with kerberos, you'd better use [AAD Connect](https://learn.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect) to integrate your on-prmise AD with AAD. – Wayne Yang May 07 '18 at 08:02
  • 1
    thanks for your response Wayne.. Do you have any examples on how to integrate it? – Sunil Sunny May 07 '18 at 09:09
  • Hi @Sunil , I think there are some examples in the documentation I posted in my comment. – Wayne Yang May 07 '18 at 09:32

1 Answers1

1

If you are trying to use Azure AD with Kerberos for Windows Integrated Authentication there was a comment about AADConnect, which has some offerings, especially if you use ADFS for Federated sign-ins. There is also the Azure App Proxy with KCD support

Auth Diagram