Activities of "maazq"

Do you use tiered application template? If so, you need to run redis. You can check the Getting Started docs to see the pre-requirements based on your application template choice.

I used tired application, followed this document to run for the very first time on my machine. It worked fine on my machine. When I am running same application on my other machine, it shows that error

I set .Host, .HttpApi.Host, .IdentityServer as starter project and it start working.

It took me hours to figure out the problem. Now facing this error

Hi,

You can inject the IIdentityUserRepository to get all users.

Got it, thanks.

How to completely change login page ui?

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.

When trying to login with Azure AD B2C getting this error, does not redirect to Azure AD B2C Login page.

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?

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.

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