Skip to content

Conversation

@Hann244
Copy link

@Hann244 Hann244 commented Jan 18, 2026

Refine the documentation to clarify Resource Server startup expectations now that
Spring Boot 2.6+ defers OIDC discovery by default.

  • Clarify that, by default, the authorization server does not need to be available at startup.
  • Add a concrete code example for users who require eager validation and want startup to fail when the authorization server is unavailable.
  • Remove conflicting or outdated statements implying that startup will always fail if the authorization server is down.

Fixes gh-16708

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 18, 2026
@Hann244 Hann244 force-pushed the fix/16708-update-docs branch from 0e31d0f to 03ed20c Compare January 18, 2026 07:46
Clarify that Spring Boot 2.6+ defers OIDC discovery by default.
Fixes spring-projectsgh-16708

Signed-off-by: Hyeon Han <gusgus1467@naver.com>
@Hann244 Hann244 force-pushed the fix/16708-update-docs branch from 03ed20c to ce95ad8 Compare January 18, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ambiguity in Spring Security OAuth2 Resource Server documentation

2 participants