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.
Enhance OAuth2AuthenticationToken details with upstream details
Adds a new property to OAuth2AuthenticationDetails (decodedDetails) to hold the AuthenticationDetails (if any) loaded by the ResourceServerTokenServices. In this way we can preserve the existing OAuth2AuthenticationDetails behaviour (in particular the access token value which people rely on) but retain all the data from the ResourceServerTokenServices. Fixes spring-atticgh-285
- Loading branch information
Dave Syer
committed
Nov 4, 2014
1 parent
9d21b2a
commit 178f3c5
Showing
3 changed files
with
47 additions
and
4 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
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