Commit 38e3d10
feat(security): add configurable security bypass for HTTP mode (#44)
Add ability to disable OAuth2 security in HTTP mode for local development
and testing scenarios. Security can be toggled via spring.security.enabled
property:
- spring.security.enabled=true (default): Full OAuth2 authentication
- spring.security.enabled=false: All requests permitted, @PreAuthorize bypassed
Comprehensive guide for setting up Keycloak as OAuth2/OIDC identity
provider for Solr MCP Server in HTTP mode.
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent c1016b5 commit 38e3d10
1 file changed
Lines changed: 534 additions & 0 deletions
0 commit comments