Alexandre Vitorelli

Results 7 comments of Alexandre Vitorelli

Hello @sweeperq , API Gateways should be used in front of APIs. Why would you like to run it side-by-side?

If you want to hide API credentials, please take a look at https://github.com/openiddict/openiddict-core (OpenID Connect). This library can run side-by-side with other APIs and work pretty well with Ocelot.

Hello @bednart , I faced a similar issue. Please check if you are using the Authentication midleware `app.UseAuthentication()` or\and `JwtSecurityTokenHandler.DefaultInboundClaimTypeMap` to map your scopes. You may find more information here:...

I emailed the head maintainer @TomPallister last week, unfortunately I did not receive any reply.

I am facing the same issue. When try to update git submodules it shows `/home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-common-0.249.0/lib/dependabot/git_metadata_fetcher.rb:112:in fetch_upload_pack_for: The following git URLs could not be retrieved: https://mygitsubmodule_url (Dependabot::GitDependenciesNotReachable)` Any ideas how to...

Verified this issue with Visual Studio Enterprise 17.8.5,Microsoft.Maui.Controls 8.0.6 and .NET 8 is still happening.

I faced a similar issue and I workaround by using packagesourcecredentials with environment variable in nuget.config file. https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesourcecredentials