Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Minor fixes - NPE checks and additional client validations #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Minor fixes - NPE checks and additional client validations #81

wants to merge 2 commits into from

Conversation

preetilovekar
Copy link

AuthenticationFilter : Added check to see if the redirectURI is absent
OAuthValidator : Fixed a typo
OAuthValidatorImpl : Handling the scenario where the access token request contains a blank client id
TokenResource : Authorization Code Grant flow does not verify that the authorization code was granted to the same client which is making the request for token now. Fixed this.Also put in the same check while reissuing a token with a refresh token

OAuthValidator : Fixed a typo
OAuthValidatorImpl : Handling the scenario where the access token request contains a blank client id
TokenResource : Authorization Code Grant flow does not verify that the authorization code was granted to the same client which is making the request for token now. Fixed this.ALso put in the same check while reissuing a token with a refresh token
@thijskh
Copy link
Contributor

thijskh commented Dec 29, 2015

Hi @preetilovekar,
Thanks for your contribution and sorry that it took so long to get to it. Your commit contains a lot of whitespace changes which makes it touch a lot of lines and makes it difficult to review (see diff in this PR). Could you filter out the whitespace changes and include only functional changes in your commit?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants