Hi,
- ABP Framework version: v7.0.1
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
We have integrated the custom login page in angular and we want to integrate the microsoft(Any third party) login into our custom login page but i did not find any useful information
I have checked the following blog but found nothing https://community.abp.io/posts/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l
I want to have microsoft login into my custom login page same available in the authserver
Do let me know if you require any further information
5 Answer(s)
-
0
Hello,
You can check this https://docs.abp.io/en/commercial/latest/modules/account?_ga=2.89445403.1832138394.1699417163-135504566.1662372121#social-external-logins
Thanks,
-
0
Hi Anjali,
I have Integrated the External Providers
We have Integrated the custom Login page with the help of the following blog but it does not contain any information regarding external login https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/
In custom login page we have created our own login component and use AuthService of '@abp/ng.core' to perform the account operation (login,register) into application I want to have the external login button on login page and on click of that button it should redirect to the external login provider Thanks,
-
0
Hi
As you mentioned you are using custom login components and custom login button you have to create custom angular functionalities of your own with some external angular packages. Please follow the link for creating the microsoft account and use custom package for Microsoft external login. https://learn.microsoft.com/en-us/entra/identity-platform/tutorial-v2-angular-auth-code
Thanks,
-
0
Hi,
thank you for your reply we will check this one.
-
0
closing the issue. you can re-open if you still have a problem