hi
What are output if you run dotnet run in your new service?
hi
Can you share some logs of this problem?
Thanks
liming.ma@volosoft.com
hi
You can refer to this question first.
https://support.abp.io/QA/Questions/5490/Need-to-refresh-the-list-of-static-permission-definitions-without-site-reload?CurrentPage=1 https://support.abp.io/QA/Questions/5490/Need-to-refresh-the-list-of-static-permission-definitions-without-site-reload?CurrentPage=2
hi
Please try to change
context.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme).AddMicrosoftIdentityWebApp(...
to
context.Services.AddAuthentication().AddMicrosoftIdentityWebApp(...
hi
Can you confirm the [OpenIddictApplications] table has the RitReis_App? You can clear the Redis as well.
[ERR] The input data is not a complete block. System.Security.Cryptography.CryptographicException: The input data is not a complete block.
There seems to be a problem with the encrypted value of your settings. Please share the full error stack.
hi
Can you share your project?
liming.ma@volosoft.com
Thanks
hi
{
"error": "invalid_request",
"error_description": "This server only accepts HTTPS requests.",
"error_uri": "https://documentation.openiddict.com/errors/ID2083"
}
Can you try to DisableTransportSecurityRequirement
Configure<OpenIddictServerAspNetCoreOptions>(options =>
{
options.DisableTransportSecurityRequirement = true;
});
hi
Can you share the cors logs of backend app?
Thanks.
hi
I can share the Register.cshtml source code with you, Please send an email liming.ma@volosoft.com
You can download the account module source code after purchasing the commercial.
hi
Please share the Logs.txt file on your remote IIS.
Thanks, liming.ma@volosoft.com