Activities of "Anjali_Musmade"

Hi

Can you set ASPNETCORE_ENVIRONMENT to Release and then try?

Hello icoretchi,

I have created new razor component named as AppMainHeaderToolbarUserMenu.razor under *.Blazor/Components/Layout and added following code. Please try with this code provided in link AppMainHeaderToolbarUserMenu

It is working at my end like this

Please do let me know if it helps you

Thank you, Anjali

Hi

you can override https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs and redirect manually to angular

Hi

your angular app is authenticated by the authserver not the azure ad the auth server get's the token by azure ad and then azure ad redirects it back to authserver and then authserver redirect is back to angular this is the default working.

in azure ad you have to add authserver url as a redirect url not the angular one

if you want the azure ad token in angular app you can save the token inside the cookie

please see this ticket for more details https://support.abp.io/QA/Questions/5720/PowerBI-Embed-access-token-issue-with-ABP#answer-3a0d816c-f911-fb7f-703b-e50b0c54a4be

you have to modify Login.cshtml.cs and then get the token from cookie in angular side

Hello Josh.Cunningham,

Can you please override AccountAppService https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services

When I tried at my end, by changing the name parameter GenerateQrCodeUri function I am able to change the default name in authenticator app, I am adding the code screenshot for your reference.

And for 2FA via email, you have to enable "Required confirmed email" from Identity management in front end app. Attaching the screenshots.

please do let me know if this helps you,

Thank you, Anjali

If you can join me on a call that could help us to resolve this issue quickly

Apologies but online support is not available. Can you please check this url https://support.abp.io/QA/Questions/5185 And you can cross check this also (admin login) url/4200/openiddict/Applications - edit and can check this url Try to make requireHttps to false in evnroment

Hello can you please add this in redirectUrl of azureAD (Single-page application redirect URI) & in RedirectAllowedUrls in appsetting.json of Auth Server as well https://motrv2.com:44368

Can you please try to add that url in RedirectAllowedUrls in appsetting.json of Auth Server

Hello Can you please add url's here without **/redirect **exactly same as your baserUrl in environment.ts & environment.prod.ts files

We have to configured it at 2 places:

  1. Web redirect URI
  2. Single-page application redirect URI

In angular environment.ts & environment.prod.ts file. Do you have same url in baseuri which you want to get redirected that should be present in both enviroment.ts & azure ad

Showing 1041 to 1050 of 1341 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 05, 2025, 09:28