Replies: 1 comment
-
@sNiXx As far as endpoint 2 is concerned, there is no client authentication, so I'd touch on endpoint 1 and 3, see https://quarkus.io/guides/security-authentication-mechanisms#use-http-security-policy-to-enable-path-based-authentication. For the mtls, the the mechanism name is If endpoints 2 is public then just make the policy permitted, that should do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to expose endpoints with different authentication schemes with Quarkus? For instance,
I would really appreciate any pointers on how this could be possible.
Thanks a lot 😃
Beta Was this translation helpful? Give feedback.
All reactions