[keycloak-user] Disable Authentication for a Path Using the Spring Boot Adapter

KevinO oneal.kevin at gmail.com
Mon Nov 5 12:48:43 EST 2018


I've got a configuration setup similar to the doc
https://www.keycloak.org/docs/1.9/securing_apps_guide/topics/oidc/java/spring-boot-adapter.html

Is there a way to ignore security on certain paths? Eg

security:
  ignored: /foo/*


More information about the keycloak-user mailing list