-
Am setting an app and i need my user to used there office365 email and password to login just like how ABP social login work.
1 Answer(s)
-
0
Hi,
Microsoft 365 uses Azure Active Directory (Azure AD). You can see a tutorial on integrating Azure AD auth here:https://abp.io/community/articles/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l
Also, you can refer to Microsoft's own documents on the topic: https://learn.microsoft.com/en-us/microsoft-365/enterprise/deploy-identity-solution-identity-model?view=o365-worldwide
So, you can integrate Azure AD like you would do in a plain .NET application, ABP based applications have no difference. When you check the community article, you should be able to integrate Azure AD, but let me know if you stuck at any point.
Regards.