Endpoints with different authentication schemes #45619
-
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.
Replies: 1 comment 4 replies
-
@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.
@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
mtls
I believe.If endpoints 2 is public then just make the policy permitted, that should do