Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Correctly append client_id to URLs with query strings#250

Open
markhobson wants to merge 1 commit into
spring-attic:1.1.x.devfrom
markhobson:1.1.x.dev
Open

Correctly append client_id to URLs with query strings#250
markhobson wants to merge 1 commit into
spring-attic:1.1.x.devfrom
markhobson:1.1.x.dev

Conversation

@markhobson

Copy link
Copy Markdown

OAuth2Template currently assumes that authorizeUrl and authenticateUrl do not contain query strings. If they do, then they end up containing 2 x ?.

This PR fixes that by using URIBuilder to properly append the client_id query parameter to the base URLs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant