How to Customize the Login Page for MVC / Razor Page Applications
I got this link from an ABP Support person, following above mentioned link. I am getting this error. The type or namespace name 'AbpAccountOptions' does not exist in the namespace 'Volo.Abp.Account.Web' (are you missing an assembly reference?)
I set up Azure Active Directory B2C and Integrate ABP Angular Application. I want to know how to set roles for users who successfully authenticate and get back?
Azure B2C integration with IdentityServer on ABP server-side Blazor app
I found this solution on the internet and this almost solves my problem. I am not 100% sure yet, need to configure some more flow.
For csharp static proxy:
abp generate-proxy --type csharp --module yourModuleName --url https://moduleHost:modulePort
For javascript static proxy:
abp generate-proxy --type js --module yourModuleName --url https://moduleHost:modulePort
Your module must be running while you are generating the proxies.
That worked, thanks.
Anyone from ABP support can answer my question?
I have an ABP Angular application whose backend is on ABP asp .net core(API).
I want to enable Google, Facebook, and Microsoft authentication on my Angular application.
You can check How to Setup Azure Active Directory and Integrate ABP Angular Application article.
That article helped to configure Azure Active Directory but this is not for Azure AD B2C. My app successfully redirected to "https://login.microsoftonline.com/"(instance) and authenticated with Azure AD but when I configure Azure AD B2C, want it to go to "https://****ad.b2clogin.com/"(instance) to authenticate, it throws the error.
https://docs.microsoft.com/en-us/azure/active-directory-b2c/overview This is something I am trying to add into my angular app.
You can check How to Setup Azure Active Directory and Integrate ABP Angular Application article.
This article is very helpful, I can authenticate users with Azure AD B2C. When I go login on AD B2C for the first time, it works fine but when I go login back on AD B2C, that throws the error. (Error image is attached below)