Skip to content

Conversation

@anoopgarlapati
Copy link
Contributor

Added support for client secret POST authentication method.
Added validation of client authentication method when
authenticating a client.

Closes gh-134

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 24, 2020
@anoopgarlapati
Copy link
Contributor Author

@jgrandja This is ready for your review.
I have verified following the steps mentioned in gh-132 for the sample, I can now obtain access token successfully using this client authentication method.

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 PR @anoopgarlapati. I left a couple of minor comments.

Also, I'm going to move this to the 0.1.0 release as the changes to the constructor in OAuth2ClientAuthenticationToken is a breaking change for a patch release. The 0.1.0 release allows major changes. Also, I'm pretty sure there will be more major API changes when you start working on Jwt auth.

@jgrandja jgrandja self-assigned this Oct 26, 2020
@jgrandja jgrandja added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 26, 2020
@jgrandja jgrandja added this to the 0.1.0 milestone Oct 26, 2020
@anoopgarlapati anoopgarlapati force-pushed the gh-134 branch 2 times, most recently from a2bef8d to 69e56c4 Compare October 27, 2020 09:19
Added support for client secret POST authentication method.
Added validation of client authentication method when
authenticating a client.

Closes spring-projectsgh-134
@anoopgarlapati
Copy link
Contributor Author

@jgrandja I have rebased this branch against master and resolved the merge conflicts.

@jgrandja jgrandja added the status: duplicate A duplicate of another issue label Nov 10, 2020
jgrandja added a commit that referenced this pull request Nov 10, 2020
@jgrandja jgrandja merged commit e1f491b into spring-projects:master Nov 10, 2020
@jgrandja
Copy link
Collaborator

Thanks for all the updates @anoopgarlapati. This is now in master!
FYI, I added a polish commit with very minor updates.

@anoopgarlapati anoopgarlapati deleted the gh-134 branch November 11, 2020 03:24
doba16 pushed a commit to doba16/spring-authorization-server that referenced this pull request Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Support client authentication method POST

3 participants