Thanks @cvarela@ld
hi
Do you want to validate the 2FA in the /connect/token endpoint?
You can try to use the Resource Owner Password Flow in Angular, and check the http request and response
https://abp.io/docs/latest/framework/ui/angular/authorization#resource-owner-password-flow
Thanks.
hi
Have you used the same pfx in your multiple instance AuthServer/OpenIddict?
if (!hostingEnvironment.IsDevelopment())
{
PreConfigure<AbpOpenIddictAspNetCoreOptions>(options =>
{
options.AddDevelopmentEncryptionAndSigningCertificate = false;
});
PreConfigure<OpenIddictServerBuilder>(serverBuilder =>
{
serverBuilder.AddProductionEncryptionAndSigningCertificate("openiddict.pfx", "00000000-0000-0000-0000-000000000000");
});
}
Thanks.
hi
but fail to display the menu under admin account,
Could you please share a screenshot and some code related to this case?
Thanks.
hi decisiontreedaniel
We will reply here if new feature is available.
Thanks.
hi
Have you added the RabbitMQ service to your Docker file?
Thanks.
Anytime : )
Great!
hi
Using Nginx as a reverse proxy is the simplest solution. You can try following the steps mentioned above. If you encounter any issues, please feel free to let us know.
Thanks.
https://abp.io/support/questions/9968/How-to-host-multiple-sites-on-single-Azure-web-app-for-Containers-using-docker-compose#answer-3a1ccad4-7745-6f9b-77aa-160e3807f6e6
I will fix this in the framework. Thanks.