Activities of "maliming"

hi

I will check your project asap.

Thanks.

Hi

If Identity Server 4 supports TLS, you can use it. However, Identity Server 4 is no longer maintained.

Answer

Hi

What’s your azure certificate path?

Can you read it as stream via code?

Thanks

Answer

: )

hi

You can add a new property to OpenIddictApplication entity by https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-extending-entities

The new property can be string, you can upload an image to your application. Then, set the URL or image for this new property.

ObjectExtension system doesn't support file upload yet

Thanks.

hi

I think OpenIddict Server doesn't support tls_client_certificate_bound_access_tokens yet.

See https://github.com/openiddict/openiddict-core/blob/dev/src/OpenIddict.Server/OpenIddictServerHandlers.Discovery.cs#L796-L801

Answer

hi

The list arekey-value of timezone. But you can get DST info by TZConvert https://github.com/mattjohnsonpint/TimeZoneConverter

var timeZoneInfo = TZConvert.GetTimeZoneInfo("Central Europe Standard Time");
Time Zone Name: (UTC+01:00) Central European Time (Budapest)
Time Zone ID: Europe/Budapest
Standard Time Offset: 01:00:00

..///
Effective Period: 2024/3/31 - 2024/10/27
Daylight Saving Offset: 01:00:00
Start: System.TimeZoneInfo+TransitionTime
End: System.TimeZoneInfo+TransitionTime
Effective Period: 2025/3/30 - 2025/10/26
Daylight Saving Offset: 01:00:00
Start: System.TimeZoneInfo+TransitionTime
End: System.TimeZoneInfo+TransitionTime
..///
Answer

hi

I think they only are time offset with UTC.

eg: UTC-5, UTC+3, UTC+8

Answer

hi

Does your timezone capability support DST feature? Could you please confirm?

ABP timezone is just a setting. The user or system can set it.

You have to add code to convert UTC to DST.

  1. All date time from the backend is UTC .
  2. Get the user's current timezone.
  3. check if the timezone is DST.
  4. convert UTC time to user timezone and add or subtract a few hours based on DST info.

hi

This will be fixed in next patch version(9.0.4)

https://github.com/abpframework/abp/pull/21841

Showing 1741 to 1750 of 10658 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.0.0-preview. Updated on September 12, 2025, 10:20