kostya05983
|
69a4848850
|
BearerTokenResolver Docs
Fixes gh-6254
|
7 years ago |
Joe Grandja
|
2e2554a8c3
|
Document OidcIdTokenDecoderFactory
Fixes gh-7399
|
7 years ago |
Joe Grandja
|
9b40ce6ccc
|
Update What's New section
|
7 years ago |
Josh Cummings
|
7949dd492a
|
Move DelegatingServerAuthenticationSuccessHandlerTests
Moved from src/test/groovy to src/test/java
Issue gh-5332
|
7 years ago |
Josh Cummings
|
758af54796
|
ObjectPostProcessor Tests groovy->java
Issue gh-4939
|
7 years ago |
Josh Cummings
|
a08be5bf6f
|
UrlAuthorizationsTests groovy->java
Issue gh-4939
|
7 years ago |
Josh Cummings
|
870d83eb3e
|
PermitAllSupportTests groovy->java
Issue gh-4939
|
7 years ago |
Josh Cummings
|
1630b3b1f3
|
CurrentSecurityContext JavaDoc
Fixes gh-7489
|
7 years ago |
Luis Felipe Vega Calle
|
350bce761f
|
Add hasAuthority method to RSocketSecurity
Fixes gh-7435
|
7 years ago |
Josh Cummings
|
adf9769eed
|
Add ClientRegistration.withClientRegistration
Fixes gh-7486
|
7 years ago |
Josh Cummings
|
5f905232cb
|
Polish CurrentSecurityContextArgumentResolvers
Fixes gh-7487
|
7 years ago |
Joe Grandja
|
5ef6e7ed6f
|
Add author for SecurityReactorContextConfiguration
Issue gh-7422
|
7 years ago |
Joe Grandja
|
0fea57d6a1
|
Optimize SecurityReactorContextConfiguration
Issue gh-7422
|
7 years ago |
Joe Grandja
|
3670888616
|
Polish ref doc for oauth2Login
|
7 years ago |
Rob Winch
|
633fad557f
|
Add Reactive Messaging CurrentSecurityContextPrincipalArgumentResolver
Fixes gh-7488
|
7 years ago |
Josh Cummings
|
33ba292fed
|
Resource Server w/ SecurityReactorContextSubscriber
Fixes gh-7423
|
7 years ago |
Filip Hanik
|
e6d40e8280
|
Merge pull request #7477 from fhanik/feature/propagate_saml_authentication_exception
propagate saml authentication exception #7375
|
7 years ago |
Joe Grandja
|
7217bb5eb0
|
Remove FIXME in OAuth2LoginReactiveAuthenticationManager
|
7 years ago |
Filip Hanik
|
22da2b45c9
|
SAML Assertion validation should propagate errors: #7375 and #7375
Fixes gh-7377
Fixes gh-7375
https://github.com/spring-projects/spring-security/issues/7377
https://github.com/spring-projects/spring-security/issues/7375
Clean up code
- Authentication request factory should only throw Saml2Exception
- OpenSamlImplementation should only throw Saml2Exception
- Move the OpenSamlImplementation package private methods to the right
section
|
7 years ago |
Filip Hanik
|
b6a057a925
|
OpenSAML expects type `long` representing millis for response time validation skew
Fixes gh-7448
https://github.com/spring-projects/spring-security/issues/7448
|
7 years ago |
Joe Grandja
|
6fe96c643f
|
Polish ClientRegistrations documentation
Issue #7462
|
7 years ago |
Joe Grandja
|
9944037cc7
|
Polish ref doc for oauth2-client
|
7 years ago |
Joe Grandja
|
5a67971375
|
WebFluxSecurityConfiguration configures oauth2Client() by default
Fixes gh-7470
|
7 years ago |
Joe Grandja
|
08d2c93713
|
Polish gh-7466
|
7 years ago |
Roman Chigvintsev
|
9bae0a4dbd
|
Allow to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec
Fixes gh-7466
|
7 years ago |
Joe Grandja
|
2a5bd6e719
|
Align Servlet ExchangeFilterFunction CoreSubscriber
Fixes gh-7422
|
7 years ago |
Filip Hanik
|
d17cbe4e59
|
Merge pull request #7471 from fhanik/release/dependencies-for-5.2-GA
Release dependencies in preparation of 5.2.0 GA
|
7 years ago |
Filip Hanik
|
365e6c1167
|
Upgrade com.fasterxml.jackson.core to 2.9.10
|
7 years ago |
Filip Hanik
|
eef440e989
|
Upgrade io.projectreactor.tools:blockhound to 1.0.0.RC1
|
7 years ago |
Filip Hanik
|
00e3d6b85e
|
Upgrade httpclient to 4.5.10
|
7 years ago |
Filip Hanik
|
8ba405b478
|
Upgrade gretty to 2.3.1
|
7 years ago |
Filip Hanik
|
5f3e7d3a54
|
Upgrade hibernate-entitymanager to 5.4.5.Final
|
7 years ago |
Filip Hanik
|
19891f1fa5
|
Upgrade slf4j to 1.7.28
|
7 years ago |
Filip Hanik
|
6582b776ed
|
Upgrade BouncyCastle to 1.6.3
|
7 years ago |
Ivo Smid
|
a11e61432e
|
Document OAuth2 Client behind proxy and redirect_uri
Fixes gh-7312
|
7 years ago |
Joe Grandja
|
345bfdd437
|
Polish gh-7279
|
7 years ago |
Stephen Doxsee
|
7dc3c8a8de
|
Add documentation for Public Client PKCE support
Fixes gh-7279
|
7 years ago |
Joe Grandja
|
d3b7a47ef8
|
Polish gh-4442
|
7 years ago |
Mark Heckler
|
da9f027fa4
|
Add nonce to OIDC Authentication Request
Fixes gh-4442
|
7 years ago |
Filip Hanik
|
adde18b873
|
Revert "Merge pull request #7432 from fhanik/feature/propagate_saml_authentication_exception"
This reverts commit e9619fb0e7, reversing
changes made to 45a1490d5d.
|
7 years ago |
Filip Hanik
|
e9619fb0e7
|
Merge pull request #7432 from fhanik/feature/propagate_saml_authentication_exception
Propagate saml authentication exception #7375
Fixes gh-7375
|
7 years ago |
Filip Hanik
|
d472e99528
|
SAML Assertion validation should propagate errors: #7375 and #7375
Fixes gh-7377
Fixes gh-7375
https://github.com/spring-projects/spring-security/issues/7377
https://github.com/spring-projects/spring-security/issues/7375
|
7 years ago |
Filip Hanik
|
20033ffd4a
|
OpenSAML expects type `long` representing millis for response time validation skew
Fixes gh-7448
https://github.com/spring-projects/spring-security/issues/7448
|
7 years ago |
Rob Winch
|
45a1490d5d
|
Fix ClassCastException for JDK 9+
AuthenticationPrincipalArgumentResolverTests failed in JDK 9+ due to
its improved generic support and a ClassCastException.
Issue gh-7363
|
7 years ago |
Jesús Ascama
|
ceab56f764
|
Fix AuthorizationPayloadInterceptor order using PayloadInterceptorOrder.AUTHORIZATION
Fixes gh-7434
|
7 years ago |
Rob Winch
|
b09e9f1896
|
Add Reactive Messaging AuthenticationPrincipalArgumentResolver
Fixes gh-7363
|
7 years ago |
Joe Grandja
|
9f18c2e21a
|
OAuth2AuthorizationCodeGrantWebFilter matches on registered redirect-uri
Fixes gh-7036
|
7 years ago |
evfool
|
6f6f5a12da
|
Fixed typo in comment
|
7 years ago |
Eleftheria Stein
|
98e75eb51a
|
Fix Javadoc for anonymous
|
7 years ago |
Josh Cummings
|
4fa1d08e20
|
Restructure Docs
Issue gh-5935
|
7 years ago |