Share your OIDC configuration please.
Edit: If this issue is solved, can you move this conversation to your other issue at https://support.abp.io/QA/Questions/2644/OpenIdConnectAuthenticationHandler-messageState-is-null-or-empty--Where-do-I-need-to-configure-this-error. That represents the problem better. Can you re-open that issue and share OpenId configuration at module service configuration?
Thanks for your report. We are investigating deeply and hopefully, it will be fixed in the next release.
Thank you. I've encountered some problems but not sure if the same one. We'll fix it ASAP and hopefully, it will be available in the next release.
Can you also share your test class for further tests?
Can you try adding [UnitOfWork]
attribute over your HardDeleteExportAsync
method and make it virtual?
If it doesn't work, you can isolate it in a unit of work scope. Check this repository for sample and check the unit test about it.
It is a warning log from IdentityServerIAuthenticationService when trying to get access token while identityserver client configuration could not be found in appsettings or null.
Your application may be trying to authenticate default (null) identity client that can cause this warning then setting the new access token as Bearer to authentication header.
It shouldn't effect your application.
It explains in the error that you have unmapped properties.
Either add Country
, State
, District
, Taluka
, Village
properties with exact name to AddressDto (or manually configure) or ignore them in mapping configuration.
Sorry, I didn't see any problem code-wise.
I will create a public repository with tests today. I'll share the link and results.
Can you try creating a new claims principle using claims from azure ad (employeeId) and add it to current userprinciple when onTokenReceived event?
You need to add each respected layer to related layer of the microservice you want to use like:
YourMicroservice.Domain.Shared
should have reference of Volo.Abp.TextTemplateManagement.Domain.Shared
AdministrationService hosts many management modules that you can take an example of.
As for UI, based on your modular or monolith UI development; you can use related package. You can see the packages under Abp Commercial Packages tab.
There may be differences since we use unit of work and intercepters. I need to check.
Can you share the entity configurations to reproduce?