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.
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?