Activities of "gterdem"

I have reproduced this problem and created an internal issue.

Thank you for reporting. I have refunded your question credit.

They are located under identityserver endpoint when you are using tiered application.

I think the subtle way to handle multi-tenancy on external openId provider is, adding tenant-id claim after login (adding to token) and using this claim in ANZ application.

We have investigated this issue with Angular and Blazor WASM for both versions 5.1.3 and 5.2.0 and couldn't reproduce the problem.

I am getting an exception while click on permission option of particular user.

This is when AdministrationService is making a request to IdentityService using ClientCredentials flow.

Can you share your AdministrationService appsettings IdentityClients section for kubernetes?

In separate IdentityServer solutions, the Account module is served under IdentityServer. Nevertheless, the permissions should be available in the angular application.

I will create an internal issue about this problem.

Thank you, I have refunded your credit.

Is it separate identity server or not?

Do you post a DTO containing IRemoteStreamContent?

In your HttpApiModule ConfigureServices method, try adding:

Configure<AbpAspNetCoreMvcOptions>(options =>
{
    options.ConventionalControllers.FormBodyBindingIgnoredTypes.Add(typeof(MyInputDto));
});

Thank you for your report, we will investigate.

Showing 441 to 450 of 867 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11