[maliming] said: hi
There are no extra steps in the production environment for the external login feature.
Can you share the debug logs?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
liming.ma@volosoft.com
Thanks
Hi
Which redirect URI should be configured in the Azure App Registration—auth(AuthServer) or API (Host)?
Thanks
[maliming] said: hi
, the current setup requires creating an external user with a username and password before allowing external login.
You don't need to create a user with a password manually.
If your username and password pass the check in OAuth check. Abp will handle it.
check the external user login logic here:
https://github.com/abpframework/abp/blob/rel-10.1/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo/Abp/Identity/AspNetCore/AbpSignInManager.cs#L54-L81
Thanks.
Thank you. I am able to log in successfully on my local environment, but I am facing issues on the production environment. Could you please help check if there are any missing or additional configurations required for production?
Hello Team,
I have configured OAuth login in the Identity Management module. However, the current setup requires creating an external user with a username and password before allowing external login. I referred to the following documentation: https://abp.io/docs/commercial/latest/modules/identity/oauth-login
My requirement is different:
Could you please guide me on how to configure this scenario?
Hello,
Please check similar issue https://support.abp.io/QA/Questions/6728/NotificationsBell-Icon-component-ShowNotifications-button-is-not-working if it helps you
Thanks
Hi anjali,
This link for Blazor I have used angular. Can you please provide any angular documentation?
Thanks
I have tried to implement notification bell icon but notification bell icon button does not appear in web.
Can you please provide more details for add notification modal popup in header in angular?
Hello
https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z
I am trying the above solution but it is not working because I am using a separate auth server (openIddict). Please provide any proper solution for Passwordless authentication. My requirement is to first generate a passwordless login url and send it to the user in mail inbox and the user clicks on the passwordless login url then redirects to angular application with authentication.
thanks
Hello
I am trying to implement the Passwordless solution, following the guidelines provided at https://community.abp.io/posts/implementing-passwordless-authentication-with-asp.net-core-identity-c25l8koj. It is for MVC application . I need to implement for angular. I have used separated auth server. Please provide more detail for passwordless authentication and generate url for angular application.
Thank you