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.
hi
I am unable to run the app that i shared, what are the steps that you followed to run the app.
I use the run-tye.ps1 command to run the backend, and yarn start for Angular.
Our project was previously on version 7.2.2, and we migrated it to 8.2.1. Could this migration be causing the issue?
Maybe. Can you share your project?
We are currently using MSG91 as our service provider for email and SMS. If we want to implement OTP-based MFA, what changes do we need to apply?
Only enabling 2FA is enough.
Thanks.