Open Closed

Login/Registration page in Angular UI instead of Identity Server UI #1767


User avatar
0
imranStem created

How to integrate login/registration pages in angular project?

When I run the angular project and click on Login Page, it redirect to the Identity Server URL. We need to use the same domain where our Angular project is hosted. We are also using Volo.Account npm package in angular project so login page should be served by https://localhost:4200/account/login url.

I read the documentations and articles but no article found to integrate login in Angular UI.

Here is the article to customize the login page for MVC razor page and we need to customize the login page for Angular. https://community.abp.io/articles/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd

  • ABP Framework version: 4.4.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

2 Answer(s)
  • User Avatar
    1
    bunyamin created

    Hello,

    You can follow the instructions in this document to utilize the @abp/ng.account package.

  • User Avatar
    0
    imranStem created

    Great,

    Thank You Imrankhan

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11