maliming
maliming
hi @MannRobertJ There are currently no other options.
> Hi, I am also facing the same issue. Did it get resolved in .Net 8 ? Not yet.
> OpenIddict configuration Developers need to configure the certificate of `AuthServer. - `AddDevelopmentEncryptionAndSigningCertificate` for openiddict by default. https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html - `AddDeveloperSigningCredential` for Identity Server by default. https://identityserver4.readthedocs.io/en/latest/topics/startup.html#refstartupkeymaterial https://identityserver4.readthedocs.io/en/latest/topics/crypto.html
@ahmednfwela Can you explain it in detail?
hi https://github.com/abpframework/abp/blob/08034310b15e9056c019403f500a507e2b4efbdd/modules/openiddict/app/OpenIddict.Demo.Server/OpenIddictServerModule.cs#L86 https://github.com/abpframework/abp/blob/08034310b15e9056c019403f500a507e2b4efbdd/modules/openiddict/app/OpenIddict.Demo.Server/OpenIddictServerModule.cs#L91
> but doesn't work on the production one. I can't reproduce the problem in this case.
hi @jrocha Please create a new issue to discuss your case. Thanks.
hi @halspang Do you have time to review this PR?
Thanks @halspang The `dapr/subscribe` endpoint gets all endpoints that use `TopicAttribute` and returns JSON data. This PR allows developers to change the subscription response, Such as hiding or dynamically adding...
Yes, You're right. We also have some concepts similar to publish/subscribe in our class library, and with the current design, we need to create a lot of controllers and methods...