0
abenson created
Hi,
I need to integrate OpenIddict with Azure AD. Are there any code samples or blog posts to help get started?
3 Answer(s)
-
0
Hi,
Azure AD and openiddict are two things. azure ad does not depend on openiddict.
we have document you can check it: https://docs.abp.io/en/abp/2.8/How-To/Azure-Active-Directory-Authentication-MVC
-
0
My understanding is that you could use Azure AD for external authentication, and OpenIddict could be configured to create an account for new users. This is something that Identity Server supported. Can this not be done with OpenIddict?
-
0
OpenIddict could be configured to create an account for new users.
I think this is already done, ABP will handle it for you, could you give it a try?