it help, thank you. but if I have several microservices and want to use different credentials. I added several sections to IdentityClients settings. how can I configure what credentials to use for specific remote service?
it is communication between microservices
client credentials should be enough but current user also also fine.
could you describe both options ?
How can I configure authentication options for remote services?
I configure remote service by follow code:
//Create dynamic client proxies context.Services.AddHttpClientProxies( typeof(FeedServiceApplicationContractsModule).Assembly, remoteServiceConfigurationName: "FeedService" );
but could not find solution to configure authentication options.
After migrating form net6 to net7 got JavaScript error Uncaught SyntaxError: Cannot use 'import.meta' outside a module dotnet.7.0.10.khjdprvm7d.js:8 All packages updated, all stackoverflow advices checked Problem also described here https://support.abp.io/QA/Questions/4294/Error-after-upgrading-6x-to-70-in-Blazor-WASM But it is not my case. Please advice, what else should I check
Uncaught SyntaxError SyntaxError: Cannot use 'import.meta' outside a module at (program) (localhost꞉44307/_framework/dotnet.7.0.10.khjdprvm7d.js:8:27) CSS Hot Reload ignoring https://localhost:44307/global.css?_v=637728566380415296 because it was inaccessible or had more than 5000 rules. CSS Hot Reload ignoring https://localhost:44307/_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css because it was inaccessible or had more than 5000 rules. CSS Hot Reload ignoring https://localhost:44307/styles/main.css because it was inaccessible or had more than 5000 rules. CSS Hot Reload ignoring https://localhost:44307/styles/custom-theme_v10.css because it was inaccessible or had more than 5000 rules. The thread 0x0 has exited with code 0 (0x0). The program 'JavaScript debug adapter: localhost:44307' has exited with code 4294967295 (0xffffffff). The program '' has exited with code 4294967295 (0xffffffff). The program '[30680] dotnet.exe' has exited with code 4294967295 (0xffffffff).