Activities of "bobbuilder@agilebridge.co.za"

Answer

hi

MVC Page: https://docs.abp.io/en/abp/latest/UI/Angular/Authorization#authorization-code-flow

Angular Page: https://docs.abp.io/en/abp/latest/UI/Angular/Authorization#resource-owner-password-flow

Thanks for this, will this allow me to not use the default Account/Login Account/Register pages with pages I create on Angular?!

So basically to reiterate, what I want to do is either use Angular pages or the B2C login/register that is provided by Microsoft B2C user flows to handle the login and register and not these pages that gets provided by default because I can't alter them due to them being MVC pages and not angular pages in my angular front end project.

Answer

Thank you will look into the B2C implementation on aspnet core.

But I noticed that the login/ register screens are mvc pages being used is there a way to inject angular pages instead of the mvc login/register pages or alter the mvc ones being used and alter them if I am using an Angular front end?

Question
  • ABP Framework version: v8.0.2
  • UI Type: Angular
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Good day,

I am trying to implement Azure B2C login to our project, I saw the external login provides login with normal Azure Entra ID but I want to use B2C specifically to maintain users that sign up to be created in Azure and in the ABP database. Found examples on implementing the Entra ID login and tried to use that to use the B2C but it doesn't seem to work well when trying to go the B2C route.

Is there any documentation or information you have on what we can do to implement the B2C login/sign up option with the B2C user flows in ABP specifically on an Angular front end site?

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11