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