Skip to content
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

Finer variables for OAuth2 redirectUriTemplate expansion #6900

Merged
merged 1 commit into from
Jun 7, 2019
Merged

Finer variables for OAuth2 redirectUriTemplate expansion #6900

merged 1 commit into from
Jun 7, 2019

Conversation

zeratul021
Copy link

Fixes #6239

Provided baseScheme, baseHost, basePort and basePath variables that comprise the baseUrl variable.
To avoid errors during templating, I've added all variables with empty string default.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 23, 2019
@zeratul021
Copy link
Author

@rwinch I've managed to craft something with some assumptions, expecting feedback.

@zeratul021
Copy link
Author

@rwinch @jgrandja any feedback guys?

Copy link
Member

@rwinch rwinch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @zeratul021! I added review comments.

Can you also rebase off master since the class has been updated since your PR?

@rwinch rwinch self-assigned this Jun 7, 2019
@rwinch rwinch removed the status: waiting-for-triage An issue we've not yet triaged label Jun 7, 2019
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 7, 2019
@rwinch rwinch added in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 7, 2019
@rwinch rwinch added this to the 5.2.0.M3 milestone Jun 7, 2019
@rwinch rwinch merged commit 7cfb17a into spring-projects:master Jun 7, 2019
@rwinch
Copy link
Member

rwinch commented Jun 7, 2019

Thanks for the PR @zeratul021! This is now merged into master

@MPriess
Copy link
Contributor

MPriess commented May 25, 2022

What was the initial reason for this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add scheme/protocol variable for OAuth2 redirectUriTemplate
4 participants