#585 #2316 Authentication global configuration#2336
Merged
Conversation
… out of DI container
Collaborator
ggnaegi
reviewed
Nov 12, 2025
Collaborator
ggnaegi
left a comment
There was a problem hiding this comment.
just a few bits and bobs
Member
Author
Thanks for the review! As a team member, you’re welcome to push your suggestions directly as a commit to this feature branch. |
RaynaldM
approved these changes
Nov 18, 2025
src/Ocelot/DownstreamUrlCreator/DownstreamPathPlaceholderReplacer.cs
Outdated
Show resolved
Hide resolved
src/Ocelot/DownstreamUrlCreator/DownstreamPathPlaceholderReplacer.cs
Outdated
Show resolved
Hide resolved
src/Ocelot/DownstreamUrlCreator/DownstreamUrlCreatorMiddleware.cs
Outdated
Show resolved
Hide resolved
src/Ocelot/DownstreamUrlCreator/DownstreamUrlCreatorMiddleware.cs
Outdated
Show resolved
Hide resolved
RaynaldM
approved these changes
Nov 20, 2025
Member
Author
Ready for delivery ✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2316
AuthenticationOptionsfor global authentication #2316Proposed Changes
AuthenticateAsyncmethod that ensured all keys were empty, which felt awkward due to filtering out empty keys—and honestly, we already have an auth validator. Second, while the validator doesn’t check for empty keys, I believe the IsSupportedAuthenticationProviders method handles this by validating against supported schemes. As a follow-up action, we could implement empty key checking in the validator to prevent Ocelot from starting.ArgumentNullExceptionobjects to be thrown.AuthenticationOptionsbusiness model for the middleware and custom services. The merging process takes route groups into account for global application.AuthenticationOptionsmodel is mainly used by DiscoveryDownstreamRouteFinder, which sets up theAuthenticationOptionsproperty of DownstreamRoute so it can be read by middleware that works independently of the routing mode, whether static or dynamic.AuthenticationOptionsinclude more features now.