Skip to content

GH-3885: Add documentation for Spring Security integration#4206

Open
won-seoop wants to merge 1 commit into
spring-cloud:mainfrom
won-seoop:gh-3885-spring-security-docs
Open

GH-3885: Add documentation for Spring Security integration#4206
won-seoop wants to merge 1 commit into
spring-cloud:mainfrom
won-seoop:gh-3885-spring-security-docs

Conversation

@won-seoop

Copy link
Copy Markdown

What's included

Adds Spring Security integration documentation for both Spring Cloud Gateway Server WebFlux and Spring Cloud Gateway Server MVC.

Each section covers:

  • How to include Spring Security — Maven/Gradle dependency snippets
  • HTTP Firewall — explains the StrictHttpFirewall / StrictServerWebExchangeFirewall auto-configured by Spring Security, why it matters for a reverse proxy, and how to customize it when proxied paths include URL-encoded characters
  • OAuth2 / Token Relay — short cross-reference to the existing TokenRelay filter docs

Links to the Spring Security reference documentation are included throughout.

Related issue

Closes #3885

🤖 Generated with Claude Code

Documents how to include Spring Security in Spring Cloud Gateway
Server WebFlux and WebMVC projects, including dependency configuration,
HTTP firewall customization with StrictHttpFirewall / StrictServerWebExchangeFirewall,
and links to Spring Security reference documentation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation on including Spring Security

2 participants