Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Feb 22, 2022

Closes gh-616

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 22, 2022
@ghost ghost marked this pull request as ready for review February 23, 2022 14:04
@jgrandja jgrandja self-assigned this Feb 25, 2022
@jgrandja jgrandja added this to the 0.2.3 milestone Feb 25, 2022
@jgrandja jgrandja added status: duplicate A duplicate of another issue type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 25, 2022
@ghost ghost force-pushed the gh-616 branch from 319fffd to 3ebd6db Compare March 1, 2022 15:51
@ghost ghost requested a review from jgrandja March 1, 2022 15:51
Copy link
Collaborator

@jgrandja jgrandja 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 updates @ovidiupopa91. Please see review comments.

As well, we should add a customization hook in OidcConfigurer, for example providerConfigurationResponseConverter()

*
* @since 0.2.3
*/
public void setProviderConfigurationParametersConverter(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's rename to setProviderConfigurationResponseConverter()

verify(filterChain).doFilter(any(HttpServletRequest.class), any(HttpServletResponse.class));
}
@Test
public void providerConfigurationParametersConverterWhenCustomThenAbleToOverride() throws Exception{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please rename method to be consistent with other methods...should start with doFilter...

@jgrandja jgrandja modified the milestones: 0.2.3, 0.3.0 Mar 24, 2022
@jgrandja jgrandja modified the milestones: 0.3.0, 0.3.1 May 5, 2022
@jgrandja
Copy link
Collaborator

jgrandja commented Jun 9, 2022

Hi @ovidiupopa91. I'm just circling back to this PR now. Are you still available to work on this? No worries if you don't have time. Please let me know either way. Thanks.

@jgrandja jgrandja removed this from the 0.3.1 milestone Jun 15, 2022
@jgrandja
Copy link
Collaborator

Hi @ovidiupopa91. I'm assuming you've been busy so I went ahead and merged this enhancement via 0994a1e.

@jgrandja jgrandja closed this Aug 29, 2022
@jgrandja jgrandja added status: declined A suggestion or change that we don't feel we should currently apply and removed status: duplicate A duplicate of another issue type: enhancement A general enhancement labels Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: declined A suggestion or change that we don't feel we should currently apply

3 participants