Activities of "maliming"

hi

Can you upload a gif or video?

Thanks.

Answer

hi

The video is zero kb

hi

There are some changes that you might need to fix in your code. You can see the following list of the required changes:

* `AbpOpenIddictClaimDestinationsManager` was renamed as `AbpOpenIddictClaimsPrincipalManager`. 
* Use `AbpOpenIddictClaimsPrincipalManager.HandleAsync` instead of  `AbpOpenIddictClaimDestinationsManager.SetAsync`, which is removed.
* `AbpDefaultOpenIddictClaimDestinationsProvider` was renamed as `AbpDefaultOpenIddictClaimsPrincipalHandler`.
* `IAbpOpenIddictClaimDestinationsProvider` was renamed as `IAbpOpenIddictClaimsPrincipalHandler`.
* Use `IAbpOpenIddictClaimsPrincipalHandler.HandleAsync` instead of  `IAbpOpenIddictClaimDestinationsProvider.SetAsync`, which is removed.
* `AbpOpenIddictClaimDestinationsOptions` was renamed as `AbpOpenIddictClaimsPrincipalOptions`.

Please check this PR if you encounter any problems related to OpenIddict Module.

hi

The code is no problem

I think your environment/IIS has some problems.

You can try to publish a plain asp net core app to test it.

Join the meeting and share your screen. I will check it remotely.

https://us05web.zoom.us/j/89598491056?pwd=bzpVh7lE0bChhpuxeLaLRdfirTbRqL.1

hi

You can consider to add a new grant type.

https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z

Answer

hi

You can add a new grand type to implement the passwordless.


var token = await UserManager.GenerateUserTokenAsync(adminUser,"PasswordlessLoginProvider","passwordless-auth");

await UserManager.VerifyUserTokenAsync(user,"PasswordlessLoginProvider","passwordless-auth",token);

https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z

hi

Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. You can deploy it to a cloud provider (e.g. Azure, AWS, Google Could) or on-premise server, IIS or any other web server. ABP's documentation doesn't contain much information on deployment. You can refer to your provider's documentation.

Please follow these steps first. Thanks

  1. Please check the logs.txt

  2. There should be an error log in the event viewer. https://learn.microsoft.com/en-us/shows/inside/event-viewer

  3. https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#50030-in-process-startup-failure

hi

This will fixed on 7.4.3

hi

Can you share your change-password.component.ts code?

Showing 5951 to 5960 of 11558 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.