<login-config> <auth-method>KEYCLOAK</auth-method> <realm-name>secure</realm-name> </login-config>
is there another way to protect a jax-rs endpoint using basic auth without having to create another webapp? i read something about valves...
<login-config> <auth-method>KEYCLOAK</auth-method> <realm-name>secure</realm-name> </login-config>
is there another way to protect a jax-rs endpoint using basic auth without having to create another webapp? i read something about valves...