Rob Winch
|
03e2efacf4
|
Add Hello RSocket Sample
Fixes gh-7504
|
7 years ago |
Filip Hanik
|
83b5f5c7ae
|
Improve the Saml2AuthenticationRequest object
- introduce the AssertionConsumerServiceURL attribute
- add javadoc
- align property name with SAML XML for AuthNRequest
|
7 years ago |
Filip Hanik
|
9731386de5
|
Correctly set "Destination" in AuthNRequest message
Fixes gh-7494
https://github.com/spring-projects/spring-security/issues/7494
|
7 years ago |
Filip Hanik
|
69eacac514
|
Fix javadoc for RelyingPartyRegistrationRepository
|
7 years ago |
Filip Hanik
|
7adb4da3ef
|
Always require signature on either response or assertion
Fixes gh-7490
https://github.com/spring-projects/spring-security/issues/7490
|
7 years ago |
Rob Winch
|
d83aa34dde
|
Add RSocket Reference
Fixes gh-7502
|
7 years ago |
Josh Cummings
|
b764af6b9b
|
CookieServerCsrfTokenRepositoryTests Leading Dot
ResponseCookie removed support for having a leading dot in the cookie
domain.
Fixes gh-7500
|
7 years ago |
Josh Cummings
|
71bbc9849e
|
URL Cleanup
Issue gh-2567
|
7 years ago |
Josh Cummings
|
35797f9a74
|
Add Resource Server to Modules Section
Fixes gh-7498
|
7 years ago |
Josh Cummings
|
8421594397
|
Replace Servlet Guides w/ Hello World Samples
Issue gh-2567
Co-authored-by: Jay Bryant <jbryant@pivotal.io>
Co-authored-by: Rob Winch <rwinch@users.noreply.github.com>
|
7 years ago |
Josh Cummings
|
25b5f48884
|
Rewrite Preface
Issue gh-2567
Co-authored-by: Jay Bryant <jbryant@pivotal.io>
Co-authored-by: Rob Winch <rwinch@users.noreply.github.com>
|
7 years ago |
Filip Hanik
|
f832d08814
|
Upgrade Jackson JSON library to 2.10.0
|
7 years ago |
Joe Grandja
|
aecebeac69
|
Polish ref doc for oauth2Login
|
7 years ago |
Joe Grandja
|
7754913a74
|
Document OidcClientInitiatedLogoutSuccessHandler
Fixes gh-7401
|
7 years ago |
Josh Cummings
|
29ed728a70
|
Add Jwt.Builder Link
Fixes gh-7407
|
7 years ago |
Josh Cummings
|
f43996b99f
|
Add OAuth2AuthenticatedPrincipal Link
Fixes gh-7406
|
7 years ago |
Josh Cummings
|
5d0e80c85c
|
Polish BearerTokenResolver Docs
Issue gh-6254
|
7 years ago |
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 |