forked from eclipse-sw360/sw360
-
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.
feat(sso-oauth): added possibility to get oauth access tokens when pr…
…e authenticated * added a Filter that checks pre authentication headers and manipulates the request so that it can be processed by standard spring oauth mechanics * added a AuthenticationProvider that is able to state for such a manipulated request that the user has been authenticated * added some configuration to wire it all together * added some tooling for this to work * added some tests and documentation closes eclipse-sw360#542 Signed-off-by: Andreas Klett <[email protected]>
- Loading branch information
Showing
17 changed files
with
880 additions
and
97 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
Oops, something went wrong.