I really hope that I don't need IdentityServer to allow users to authenticate with Azure ActiveDirectory in my asp.net core application.
Does someone have an example of using these two technologies together?
I really hope that I don't need IdentityServer to allow users to authenticate with Azure ActiveDirectory in my asp.net core application.
Does someone have an example of using these two technologies together?
No, you do not need IdentityServer to use Azure AD from ASP.NET Core. To use AzureID I would recomend that you use the Microsoft Identity Web authentication library.
There are plenty of videos on YouTube about the Microsoft.Identity.web library.