hi
For reusable modules, you should add controllers to HttpApi, just like all ABP modules.
https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity
Thanks.
hi
You can try to add <PackageReference Include="IdentityModel" Version="7.0.0" /> after KubernetesClient.
We will update Studio templates in version 2.0.2
Thanks.
hi
Can you try that? Doesn't need to /authentication/logout
https://login.microsoftonline.com/{tenant}/oauth2/v2.0/logout?post_logout_redirect_uri= https://localhost:44372 Thanks.
hi
Has your AML module added the HttpApi module/layer?
HttpApi will contain the controllers that implement the app services.
And your Web should add AML.HttpApi.
Thanks,.
hi
This is a new feature. Will be available in abp 10.1.
Thanks.
hi
The header name starts with two underscores.
__tenant
Thanks.
hi
If your username belongs to a tenant, you can add __tenant: yourtenant to your Postman request header.
Thanks.