Activities of "maliming"

ok

hi

---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'Void AutoMapper.IMemberConfigurationExpression3.MapFrom(System.Linq.Expressions.Expression1<System.Func2&lt;!0,!!0&gt;>)'. at OtisEd.Alerts.AlertsApplicationAutoMapperProfile.<>c.<.ctor>b__0_3(IMemberConfigurationExpression3 opt)

Can you share a sample project? You can use the template project.

hi

How can I validate and refresh a token? Currently, I'm saving the date/time expiration in the session. If that is expired, I'm trying to call connect/introspect, but, no success. Same error as described on this item: https://github.com/abpframework/abp/issues/12394

Did you add a secret to the client?

https://github.com/abpframework/abp/issues/12394#issuecomment-1112961398

It is saying Grant is invalid. Besides, there is no refresh_token token in the Identity Server > Client form. I had to add a custom grant type.

What is your request? You can use the IdentityModel class library. https://identitymodel.readthedocs.io/

hi

OK, I think there will be no problem with your new computer

https://github.com/abpframework/abp-samples/commit/4daebdd8a3b32b7fb47ac05e2ff69b834766e89b

hi src/Acme.BookStore.IdentityServer/appsettings.json

Add https://api.getabp.net:44302 to CorsOrigins of IdentityServer project.

"CorsOrigins": "https://*.api.getabp.net,https://*.web.getabp.net,https://api.getabp.net:44302"

I will update the sample.

Using FirstOrDefault.

 var item = context.Groups.FirstOrDefault(x => x.Id == "Volo-Abp-Account-TwoFactor")
 if(item != null)
 {
     context.Groups.Remove(item );
 }

hi

Please copy the ApplicationLayout and custom it like the default. You can download the source code of Letpton to get the ApplicationLayout

Please check the command steps on https://github.com/maliming/Abp-3394/issues/1

  1. the node_modules will be restored by the abp install-libs command.
  2. dotnet build /graphbuild and abp install-libs
  3. PublicWeb depends the AuthServer
Showing 8681 to 8690 of 11539 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.