hi
The design here is that we will try to resolve IGuidGenerator from the dependency injection container, and if not found, we will use SimpleGuidGenerator.Instance.
LazyServiceProvider.LazyGetService<IGuidGenerator>(SimpleGuidGenerator.Instance);
Normal applications will always find it in the container, which is SequentialGuidGenerator if your module depended on AbpGuidsModule.
Thanks.
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.