hi
Can you share a simple project? I will reproduce the problem locally.
hi
Sorry, I'm not familiar with Microsoft Graph.
Can you try a new template project? or share a simple project to reproduce? Thanks
liming.ma@volosoft.com
hi
We have the AbpValidateClientPostLogoutRedirectUri
to skip the validation. Can you try to debug this by adding your AbpValidateClientPostLogoutRedirectUri
?
https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/WildcardDomains/AbpValidateClientPostLogoutRedirectUri.cs#L8 https://github.com/abpframework/abp/blob/f851999604193491b52ba72f19a289aa098536c3/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/AbpOpenIddictAspNetCoreModule.cs#L126C1-L127
: )
hi
I will ask Galip. : )
The latest document https://docs.abp.io/en/commercial/7.4/startup-templates/microservice/gateways#client-proxies
hi
Please try to clear the redis and try again, then share the full logs. Thanks
hi
I don't understand what you mean, why do you need to get the api definition in the gateway? If you use a static proxy you no longer need to get the api definition info. If you need to generate a static proxy, you need to specify the url of the microservice instead of the gateway.
hi
You can try to get a feature value of a tenant by GetOrNullForTenantAsync
method of IFeatureManager
.
https://github.com/abpframework/abp/blob/dev/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo/Abp/FeatureManagement/TenantFeatureManagerExtensions.cs#L11
ok, I will check it asap.