hi
Can you try that?
PreConfigure<AbpOpenIddictWildcardDomainOptions>(options =>
{
options.EnableWildcardDomainSupport = true;
options.WildcardDomainsFormat.Add("https://{0}.web.getabp.net:44303/signin-oidc");
options.WildcardDomainsFormat.Add("https://{0}.web.getabp.net:44303/signout-callback-oidc");
});
Configure<OpenIddictServerOptions>(options =>
{
options.TokenValidationParameters.IssuerValidator = TokenWildcardIssuerValidator.IssuerValidator;
options.TokenValidationParameters.ValidIssuers = new[]
{
"https://ids.getabp.net:44301/",
"https://{0}.ids.getabp.net:44301/"
};
});
https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/OpenIddict/MVC-TIERED/src/Acme.BookStore.AuthServer/BookStoreIdentityServerModule.cs#L65-L70 https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/OpenIddict/MVC-TIERED/src/Acme.BookStore.AuthServer/BookStoreIdentityServerModule.cs#L83-L91
hi
Can you add some custom string to abp.swagger.js and browse it? https://localhost:44305/swagger/ui/abp.swagger.js
Make sure your customized abp.swagger.js is replaced.
hi
The Permission page loads very slowly. When you want to give permission to the user, the save button works very very slowly. The process may take a few minutes. There is nothing missing in localization.
The second problem is that we will just start using the chat module. When we give permission to the user for the chat module, we receive an http 400 error when logged in with that user.
Please set the log level to Debug and share full logs.txt
Thanks. You can share files via https://wetransfer.com/
liming.ma@volosoft.com
hi
Can you share a project and some data to reproduce?
Thanks
liming.ma@volosoft.com
hi
I need to see more logs.
Can you share the Logs.txt file?
Have you replaced the abp.swagger.js file?
hi
Can you share the Logs.txt file to liming.ma@volosoft.com
Thanks.