This repository was forked the the main spring-security-oath project to allow us to support multiple redirect URLs. These changes have subsequently been incorporated into the core product and should be used in preference to this unless you are developing against the ORCID codebase
This project provides support for using Spring Security with OAuth (1a) and OAuth2. It provides features for implementing both consumers and providers of these protocols using standard Spring and Spring Security programming models and configuration idioms.
Download or clone from GIT and then use Maven (2.2.*):
$ git clone ...
$ mvn install -P bootstrap
Use the bootstrap
profile only the first time - it enables some
repositories that can't be exposed in the poms by default.
SpringSource ToolSuite users (or Eclipse users with the latest m2eclipse plugin) can import the projects as existing Maven projects.
Spring Security OAuth is released under the terms of the Apache Software License Version 2.0 (see license.txt).
Samples and integration tests are in a subdirectory. There is a separate README there for orientation and information. Once you have installed the artifacts locally (as per the getting started instructions above) you should be able to
$ cd samples/oauth2/tonr
$ mvn tomcat:run
and visit the app in your browser at [http://localhost:8080/tonr/][] to check that it works. (This is for the OAuth 2.0 sample, for the OAuth 1.0a sample just remove the "2" from the directory path.)
Lists of issues addressed per release can be found in JIRA.
Here are some ways for you to get involved in the community:
Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
None of these is essential for a pull request, but they will all help. They can also be added after the original pull request but before a merge.
eclipse-code-formatter.xml
from the root of the project
if you are using Eclipse. If using IntelliJ, copy spring-intellij-code-style.xml
to ~/.IntelliJIdea*/config/codestyles
and select spring-intellij-code-style from Settings -> Code Styles.