forked from spring-attic/spring-security-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate client details in DefaultTokenServices.loadAuthentication(to…
…ken) If the ClientDetailsService is not-null it is used to validate the client still exists and still has access to the scopes in the token. This commit only addresses the existence of the client. Scope checking is something that ought to be ain a strategy and we don't have an appropriate one right now so more thinking required. See spring-atticgh-185
- Loading branch information
Dave Syer
committed
Apr 18, 2014
1 parent
aceebeb
commit 97e2df1
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters