Skip to content
Branch: master
Clone or download
eleftherias and jzheaux Fix OAuth2 multitenancy sample
Allowing requests with valid tokens, and fixed documentation.

Fixes: gh-6834
Latest commit c4b6cde May 2, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update ISSUE_REPLY_TEMPLATES Apr 5, 2019
acl URL Cleanup Mar 19, 2019
aspects URL Cleanup Mar 14, 2019
bom Use spring-build-conventions Bom plugin Jan 9, 2018
buildSrc URL Cleanup Mar 14, 2019
cas URL Cleanup Mar 20, 2019
config oauth2Login does not auto-redirect for XHR request May 2, 2019
core Make AccountStatusUserDetailsChecker implement MessageSourceAware May 1, 2019
crypto Manual URL Cleanup Mar 29, 2019
data
docs Add documentation on Reactive x509 security Apr 26, 2019
etc Add nohttp Apr 26, 2019
gradle Update to net.sourceforge.htmlunit:neko-htmlunit 2.34.0 Apr 15, 2019
itest URL Cleanup Mar 19, 2019
ldap URL Cleanup Mar 20, 2019
messaging URL Cleanup Mar 14, 2019
oauth2 Reactive JwkSource Builder Parameter Type May 1, 2019
openid Manual URL Cleanup Mar 29, 2019
remoting Manual URL Cleanup Mar 29, 2019
samples Fix OAuth2 multitenancy sample May 3, 2019
scripts Add scripts/s101.sh Jul 15, 2018
taglibs URL Cleanup Mar 20, 2019
test URL Cleanup Mar 14, 2019
web Fix javadoc typo Apr 30, 2019
.editorconfig Polish Mar 23, 2019
.gitignore ignore s101 metadata Oct 27, 2017
.travis.yml
CODE_OF_CONDUCT.adoc URL Cleanup Mar 20, 2019
CONTRIBUTING.md URL Cleanup Mar 20, 2019
Jenkinsfile Add JDK 12 to Jenkins Build Apr 12, 2019
README.adoc URL Cleanup Mar 20, 2019
build.gradle Update to nohttp 0.0.1.RELEASE May 2, 2019
class_mapping_from_2.0.x.txt SEC-1148: Simple classname mapping from 2.0 to 3.0 Dec 2, 2009
gradle.properties Next Development Version Apr 15, 2019
gradlew Update to Gradle 5.0 Nov 30, 2018
gradlew.bat Update to Gradle 5.0 Nov 30, 2018
license.txt URL Cleanup Mar 14, 2019
notice.txt URL Cleanup Mar 20, 2019
settings.gradle Fix settings.gradle on Windows Aug 22, 2018

README.adoc

Gitter

Build Status

Spring Security

Spring Security provides security services for the Spring IO Platform. Spring Security 5.0 requires Spring 5.0 as a minimum and also requires Java 8.

For a detailed list of features and access to the latest release, please visit Spring projects.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Downloading Artifacts

See downloading Spring artifacts for Maven repository information.

Documentation

Be sure to read the Spring Security Reference. Extensive JavaDoc for the Spring Security code is also available in the Spring Security API Documentation.

Quick Start

We recommend you visit Spring Security Reference and read the "Getting Started" page.

Building from Source

Spring Security uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK8 build.

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone git@github.com:spring-projects/spring-security.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Getting Support

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

Spring Security is Open Source software released under the Apache 2.0 license.

You can’t perform that action at this time.