Activities of "yilmaz.atalar"

Thanks for your attention.

@liangshiwei, your approach should work but there is one missing point for my case. Date parameter may not be today. I need to set it explicitly at runtime.

  • ABP Framework version: v4.0

Hi,

I want to create buckets dynamically at runtime (and named blob containers also) depends on incoming data (for example I want to store data with daily bucket names. If a record is created on 29-12-2020, my bucket name should be bucket-29-12-2020). But Abp supports blob container configuration while configuring services at startup. How can I achieve this functionality ?

Thanks for your help.

Answer

There is a missing localization on ABP login screen.

Hi again liangshiwei;

I've found the point. IdentityServer's Sha256() result and the result obtained from System.Security.Cryptography.SHA256 class is different. I was confused because of this situation. I'm closing the topic.

Thanks for your help.

Nope it is not Sha256. I've checked this already.

Thanks for your attention but I think you've misunderstood something. Angular app sends "1q2w3e*" as client secret but it is defined "E5Xd4yMqjP5kjWFKrYgySBju6JVfCzMyFp7n2QmMrME=" on the database (also in the IdentityServerDataSeedContributor class). I think it is an encoded version of "1q2w3e*. I want to used another value instead of "1q2w3e*". So I need to encode the value that I want to use but I do not know how Abp encodes the secret. Which encoding algorithm is used while encoding "1q2w3e*" to "E5Xd4yMqjP5kjWFKrYgySBju6JVfCzMyFp7n2QmMrME=" ? I need this info.

Thanks.

Hi,

I need to change identity server client secrets. It's defined as E5Xd4yMqjP5kjWFKrYgySBju6JVfCzMyFp7n2QmMrME= in seeder class as static. How "1q2w3e* " is encoded to this value?

Thanks for your help.

  • ABP Framework version: v3.0.5
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): Yes

Hi,

I've added Abp's Quartz module to use Quartz as a background service. And I'm using default sql persistence options given in the abp's quartz documentation. But an error keeps appearing while initializing the application. I guess a background job from abp's identity server module causes the error (Application runs fine without sql persistence). Thanks for your help.

It's now working after upgrading abp framework to version 3.0.5.

Thanks for your attention.

  • ABP Framework version: v3.0.4
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): Yes

I'm facing that exception while populating swagger page. Can you help me to solve this issue? Thanks.

P.S.: Also upgraded AutoMapper package to v10.0

Showing 21 to 30 of 36 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13