Rafael Dominguez
1cec4fe3ac
OAuth2AccessTokenResponseBodyExtractor supports Object values
...
This commit ensures the token response is parsed correctly if the values are not a String.
Fixes: gh-6087
7 years ago
Daniel Bustamante Ospina
8655caa2de
Update webflux-form sample to use Built in CSRF Support
...
Remove the CsrfControllerAdvice class and update dependencies to add
org.thymeleaf.extras:thymeleaf-extras-springsecurity5
Issue: gh-6061
7 years ago
Dongmin Shin
dc5f5f348d
Fix Typo in Reference Docs
...
Fixes gh-6076
7 years ago
Rafael Dominguez
35e05780ea
Updated Spring Boot version from 2.1.0.M4 to 2.1.0.RELEASE
7 years ago
Gunnar Hillert
a461abcf32
Docs: Fix Maven Property example `spring-security.version`
7 years ago
Josh Cummings
ba1f5f3873
Leave Issuer As String - Documentation
...
Update documentation that indicated the iss claim is proactively
coerced into a URL.
Issue: gh-6073
7 years ago
Josh Cummings
5478b74116
Leave Issuer As String
...
Since StringOrURI is a valid issuer, MappedJwtClaimSetConverter and
JwtIssuerValidator no longer assume it.
Issue: gh-6073
7 years ago
Josh Cummings
dc4aa3d017
Favor URL.toExternalForm
...
Converts URLs to Strings before comparing them. Uses toString(),
which delegates to toExternalForm().
Fixes: gh-6073
7 years ago
Josh Cummings
2bc156ed19
Update to spring-build-conventions:0.0.22.RELEASE
...
Fixes: gh-6064
7 years ago
dperezcabrera
0270994340
InMemoryUserDetailsManager.updatePassword case-insenstive
...
Previously updatePassword was case sensitive which was
inconsistent with the rest of the class.
This commit updates updatePassword to be case insensitive.
Fixes: gh-6039
7 years ago
Erik van Paassen
a557a324c0
Fix csrf:token-repository-ref XSD documentation
...
The documentation of the token-repository-ref attribute of the csrf
element in the schema has been updated to make clear the default
repository is lazy. Targets versions 4.2, 5.0 and 5.1.
Fixes gh-6037
7 years ago
Josh Cummings
73022059d4
Update Reactive Resource Server Docs
...
Resource Server documentation for both Servlet and Reactive now have a
similar feel and offer deeper exposure to common use cases.
Fixes: gh-6054
7 years ago
Josh Cummings
165cbcb723
Write Security Headers Before Servlet Include
...
HeaderWriterFilter wraps request dispatcher so it can write security
headers before the include occurs.
Fixes: gh-5499
7 years ago
Josh Cummings
d99ecc2a7b
Add JDK 11 to Jenkins
...
Fixes: gh-5860
8 years ago
Josh Cummings
ccd2664e6c
JDK 11 Compatibility
...
Upgraded dependencies and removed a test in the Java Config LDAP
sample which is arguably an integration test since it starts up an
LDAP container. This test also isn't JDK 11 compatible and the
remaining integration tests in the sample cover the same material.
Issue: gh-5860
8 years ago
Joe Grandja
b87ff3c00f
Remove charset from Accept header in UserInfo request
...
Fixes gh-6017
8 years ago
Joe Grandja
8971777908
Set AuthenticationEventPublisher on each AuthenticationManagerBuilder
...
Fixes gh-6009
8 years ago
Drummond Dawson
3d618d78ac
Remove unnecessary concatenation of sql in JdbcUserDetailsManager
8 years ago
Drummond Dawson
697b8cd734
Add missing space to heading for it to render properly
8 years ago
Rob Winch
cf03faf58e
Update to spring-build-conventions:0.0.20.RELEASE
...
Fixes: gh-5998
8 years ago
Rob Winch
13159e9f88
Fail the build if deploy fails
...
Fixes: gh-5997
8 years ago
Brian Demers
41b7c74928
Fixing IllegalStateException message in OAuth2ResourceServerConfigurer
...
Updated message to include `http.oauth2ResourceServer()`
8 years ago
Josh Cummings
0a4ac4dbfc
Add JDK 10 to Jenkins
...
Fixes: gh-5860
8 years ago
Josh Cummings
1eb56f46a5
JDK 10 Compatibility
...
Upgrading dependencies and reconfiguring PowerMock
Issue: gh-5860
8 years ago
Josh Cummings
cfc3c25304
Update to Spring Build Conventions 0.0.19
...
Fixes: gh-5981
8 years ago
sunflower-seed
03a3a3b770
Update SubjectDnX509PrincipalExtractor.java
...
Added missing asterisk
8 years ago
Joe Grandja
921abefaa2
Remove address and phone scope from CommonOAuth2Provider.OKTA
...
Fixes gh-5987
8 years ago
Rob Winch
a472153a31
Next Development Version
8 years ago
Rob Winch
8d5d0fd891
Release 5.1.1.RELEASE
...
Fixes: gh-5963
8 years ago
Josh Cummings
7269aacbdd
Password Modify Extended Operation Support
...
LdapUserDetailsManager can be configured to either use direct
attribute modification or the LDAP Password Modify Extended Operation
to change a user's password.
Fixes: gh-3392
8 years ago
Josh Cummings
b9ca1400e3
UnboundIdContainer Random Port Support
...
Setting a port of 0 will now induce the container to select a random
port.
Fixes: gh-5920
8 years ago
Josh Cummings
b9c499d8c8
Polish UnboundIdContainerTests
...
Basic server startup test now asserts a successful server startup
instead of a failed one.
Issue: gh-5920
8 years ago
Josh Cummings
22bd8f1c1f
Reactive Jwt Authentication Converter Support
...
Fixes: gh-5092
8 years ago
Rob Winch
01b47a8b2f
Update to Thymeleaf 3.0.10.RELEASE
...
Fixes: gh-5960
8 years ago
Rob Winch
c0e9488f1d
Update to htmlunit-driver 2.33.0
...
Fixes: gh-5959
8 years ago
Rob Winch
4b72429b00
Update to Jackson 2.9.7
...
Fixes: gh-5958
8 years ago
Rob Winch
180c6fe24d
Update to GAE 1.9.66
...
Fixes: gh-5957
8 years ago
Rob Winch
d40a8e09c3
Update to Spring Data Lovelace SR1
...
Fixes: gh-5949
8 years ago
Rob Winch
ad05c756de
Update to Spring Framework 5.0.1.RELEASE
...
Fixes: gh-124
8 years ago
Joe Grandja
88f8bfeb57
Polish docs for WebClient OAuth2 Servlet Setup
8 years ago
Joe Grandja
07d2e43d7a
Deprecate NimbusAuthorizationCodeTokenResponseClient
...
Fixes gh-5954
8 years ago
Joe Grandja
26fcde6f8e
Document new features for OAuth Client
...
Fixes gh-5832
8 years ago
Rob Winch
a26eadc600
Snapshot Build uses Spring 5.+
...
Fixes: gh-5951
8 years ago
Rob Winch
e782cb09cb
Update to Reactor Californium-SR1
...
Fixes: gh-5950
8 years ago
Rob Winch
7fcc47850f
Update to Spring Boot 2.1.0.M4
8 years ago
Rob Winch
93ca455405
OAuth2LoginAuthenticationFilter ignores authenticated Users
...
This ensures that OAuth2 Client support works with the same log in URL as
oauth2 login.
Fixes: gh-5915
8 years ago
Thomas Jensen
e8045838e3
Fix minor typo in secure-objects.adoc
8 years ago
Josh Cummings
2307b01a7a
Resource Server Docs - Servlet
...
Fixes: gh-5912
8 years ago
Rob Winch
cbb25f7b87
Polish Getting Spring Security Reference
...
Fixes: gh-5921
8 years ago
John Lin
fe080cadbe
Fix method name in the Contact sample code
8 years ago