Hi Team,

I am using keycloak with tomcat integration along with multi tenancy. I use Keycloak to secure rest services.

Is there any way to switch off the authentication when not required I dont want to make any changes to web.xml or the context.xml, which contains the adapter

<Context path="/talent-entity-layer">
 <Valve className="org.keycloak.adapters.tomcat.KeycloakAuthenticatorValve"/>
</Context>

I also have pathresolver to resolve the multitenancy.

Is there anyway to switch off authentication.

Regards,
Satya.