-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support several authentication mechanisms for a specific path #46167
Comments
/cc @pedroigor (bearer-token) |
There was also #40952 |
I completely forgot about it :-) but at least I am consistent #40952 (comment) - I still think it adds complexity, but this can be done for sure.. |
Yeah, sorry, I forgot about #40952. So we now have 2 users asking for it :-) My comment fragment from #40952 is still relevant IMHO
This duplication can be detected though... |
I had a very quick look what would this mean and how difficult:
annotation-based solution will be more difficult, I think we may just start with HTTP Security Policy and follow up later, but implement both. |
Hi Michal, @michalvavrik, thanks, it is not a super urgent issue to deal with :-), let's indeed start with supporting it at the policy level first, but please consider an impact of the inclusive authentication as the reason it is currently ignored is that the path based authentication is a single mechanism only. Please add it to your queue, but do take your time with this issue |
good point about inclusive authentication, I didn't think of that, thanks |
Description
Sometimes, users would like to have path-based authentication for more than one authentication mechanism.
If it were possible to do, then we could let users enable it with either
HttpSecurityPolicy
or annotations:
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: