Rob Winch
afdefe7b13
Fixes: gh-5190
8 years ago
Joe Grandja
6095340e93
OAuth2AuthorizationRequestRedirectFilter -> Reuse code for baseUrl
...
Fixes gh-5153
8 years ago
Joe Grandja
d8f91e4261
Fix NPE with exp claim in NimbusJwtDecoderJwkSupport
...
Fixes gh-5168
8 years ago
Joe Grandja
2bd31c96ed
ClaimAccessor.getClaimAsInstant() converts Long or Date
...
Fixes gh-5191, Fixes gh-5192
8 years ago
Joe Grandja
d4e459874a
Fix SecuredAnnotationSecurityMetadataSourceTests -> Related SPR-16677
8 years ago
Joe Grandja
526e0fdd4f
Add OAuth2 Client HandlerMethodArgumentResolver
...
Fixes gh-4651
8 years ago
Joe Grandja
982fc360b2
Add support for authorization_code grant
...
Fixes gh-4928
8 years ago
Rob Winch
8fbec3f0f1
Polish NegatedServerWebExchangeMatcher
...
Issue: gh-5170
8 years ago
Tao Qian
d83b67e4cb
Add NegatedServerWebExchangeMatcher
...
Fixes: gh-5170
8 years ago
Rob Winch
234c20eb30
Polish XsdDocumentedTests
...
- NicerNoce->XmlNode
- NicerXmlSupport->XmlSupport
- NicerXmlParser->XmlParser
Issue: gh-4939
8 years ago
Josh Cummings
0c0abea3ad
XsdDocumentedTests groovy->java
...
Groovy has more extensive support for Xml parsing via XmlSlurper.
To replace it, this conversion also introduces a SAX wrapper,
NicerXmlParser, and a companion Node wrapper, NicerNode, that
allowed for less modification of the converted tests.
Issue: gh-4939
8 years ago
Rob Winch
fb7394c1de
Polish Javadoc
...
Fixes: gh-5186
8 years ago
Rob Winch
6e1e977778
Polish HeadersSpec
...
Fixes: gh-5187
8 years ago
Rob Winch
9b692b9616
Update to mockito 2.17.0
...
Fixes: gh-5181
8 years ago
Rob Winch
ffbc1f1e93
Update to hibernate-validator:6.0.9.Final
...
Fixes: gh-5180
8 years ago
Rob Winch
6d9e9007f6
Update to hibernate-entitymanager:5.2.16.Final
...
Fixes: gh-5178
8 years ago
Rob Winch
a006ac3bb0
Update to assertj 2.9.1
...
Fixes: gh-5177
8 years ago
Rob Winch
692f2d343b
Update to thymeleaf-layout-dialect:2.3.0
...
Fixes: gh-5176
8 years ago
Rob Winch
b48972cf79
Update to unbounded 4.0.5
...
Fixes: gh-5175
8 years ago
Rob Winch
2ad90b95e1
Update to oauth2-oidc-sdk:5.57
...
Fixes: gh-5179
8 years ago
Rob Winch
453fb24ef1
Update to nimbus-jose-jwt:5.9
...
Fixes: gh-5174
8 years ago
Rob Winch
2ab18baa09
Update to appengine 1.9.63
...
Fixes: gh-5173
8 years ago
Rob Winch
c0f52f73bb
Update to Jackson 2.9.5
...
Fixes: gh-5172
8 years ago
Rob Winch
512fcf6094
Update mockwebserver 3.10.0
...
Fixes: gh-5171
8 years ago
Rob Winch
7a204a5f58
Fixes for SPR-16624
...
Fixes: gh-5164
8 years ago
Joe Grandja
ce2f669245
Remove state assertion when loading OAuth2AuthorizationRequest
...
Fixes gh-5163
8 years ago
Josh Cummings
ec46b7dbe1
WebSocketMessageBrokerConfigTests groovy->java
...
Of note is that this commit unrolls three Spock @Unroll-parameterized
tests into a separate test for each parameter.
Issue: gh-4939
8 years ago
Mark Hobson
3c07d99b0a
Close quoted expected path in log when matching
8 years ago
Johnny Lim
d20ed9f5c9
Fix @since for StrictHttpFirewall
8 years ago
Christoph Dreis
d07cfe655d
Use Supplier variants of Assert methods
8 years ago
Rob Winch
7d4e7bf42d
Add JDK 10 & 11 Builds
...
Issue: gh-5160
8 years ago
Rob Winch
b1d013e8f0
Fix JDK 9
...
Issue: gh-5160
8 years ago
Rob Winch
6f6aadbcff
Add JDK 9 Build
...
Issue: gh-5160
8 years ago
Alter Ego
0e37c0912e
Update User.java
...
fixed a typo; replaced "User.witUsername("user")" with "User.withUsername("user")"
8 years ago
Joe Grandja
bb15213091
Ensure consistency by using Collection<GrantedAuthority> type
...
Fixes gh-5143
8 years ago
Joe Grandja
90f9d728cd
Allow extension for OAuth2Error
...
Fixes gh-5148
8 years ago
Rob Winch
e4255c9793
Add Security Vulnerabilities
8 years ago
Rob Winch
332c395875
Add Security Vulnerabilities Location
8 years ago
Rob Winch
bf41d48718
HttpSessionOAuth2AuthorizationRequestRepository support distributed HttpSession
...
Previously HttpSessionOAuth2AuthorizationRequestRepository
getAuthorizationRequest attempted to update the state of HttpSession as
well as getting the Map of OAuth2AuthorizationRequest. This had a few
problems
- First it was confusing that a get method updated state
- It worked when the session was in memory, but would not work when the
HttpSesson was persisted to an external store (i.e. Spring Session) since
after updating the Map, there was no invocation to update
This commit cleans up the logic and ensures that the values are explicitly
set in the HttpSession so it works with a session persisted in an external
store.
Fixes: gh-5146
8 years ago
Rob Winch
04e2e86e6e
Polish HttpSessionOAuth2AuthorizationRequestRepositoryTests
...
Fixes: gh-5147
8 years ago
Joe Grandja
59cef7d339
HttpSessionOAuth2AuthorizationRequestRepository handle multiple OAuth2AuthorizationRequest per session
...
Fixes gh-5110
8 years ago
Rob Winch
7e6ed52603
CookieClearingLogoutHandler adds uses contextPath + "/"
...
Fixes: gh-2325
8 years ago
Rob Winch
018ab7d92c
Fix Javadoc Typo uses->use
...
Issue: gh-5113
8 years ago
Rob Winch
01152ede41
Clarify HttpSecurity.registerFilterAt
...
Fixes: gh-5113
8 years ago
Rob Winch
1851aaa66d
Fix ReactorContextTestExecutionListener with custom SecurityContext
...
Fixes: gh-5137
8 years ago
Oleh Dokuka
76e36bd06e
fix Mock Authentication resolution
8 years ago
Vedran Pavic
b640d84b12
Improve EditorConfig file
8 years ago
Rob Winch
3a740ad988
Add SNAPSHOTs tests to CI
...
Fixes: gh-5129
8 years ago
Rob Winch
67d793ae5f
Delay lookup of managedVersions
...
Fixes: gh-5127
8 years ago
Rob Winch
efaf2b080f
Make MIN_SPRING_VERSION Dynamic
...
Fixes: gh-5065
8 years ago