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.
Hi
What’s your azure certificate path?
Can you read it as stream via code?
Thanks
: )
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
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
..///
hi
I think they only are time offset with UTC.
eg: UTC-5, UTC+3, UTC+8
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.
UTC
.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