Skip to content

Missing property for Spring Authorization Server's PAR endpoint #46641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jetflo
Copy link

@jetflo jetflo commented Jul 31, 2025

This PR addresses gh-46486 by introducing a new configuration property:
spring.security.oauth2.authorizationserver.endpoint.pushed-authorization-request-uri.

This allows customizing the path of the Pushed Authorization Request (PAR) endpoint,
which was previously hardcoded.

The default remains /oauth2/par, and the value can now be overridden via configuration.

Closes gh-46486

Signed-off-by: Florian Lemaire [email protected]

@wilkinsona wilkinsona changed the title Add configuration property for OAuth2 Authorization Server PAR endpoint Missing property for Spring Authorization Server's PAR endpoint Aug 1, 2025
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 1, 2025
@wilkinsona wilkinsona self-assigned this Aug 1, 2025
@wilkinsona wilkinsona modified the milestones: 3.5.x, 3.5.5 Aug 1, 2025
wilkinsona pushed a commit that referenced this pull request Aug 1, 2025
wilkinsona added a commit that referenced this pull request Aug 1, 2025
@wilkinsona wilkinsona closed this in 5fc0f55 Aug 1, 2025
@wilkinsona
Copy link
Member

@jetflo thanks very much and congratulations on making your first contribution to Spring Boot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants