Josh Cummings
062910c2c4
Update to oauth2-oidc-sdk 9.9
...
Closes gh-9974
2021-06-21 10:40:59 -06:00
Josh Cummings
40fdb5a60d
Update org.springframework to 5.3.8
...
Closes gh-9984
2021-06-21 10:40:06 -06:00
Josh Cummings
2fa0da5cde
Update org.slf4j to 1.7.31
...
Closes gh-9983
2021-06-21 10:40:06 -06:00
Josh Cummings
c5f4ae5c0a
Update org.jetbrains.kotlin to 1.5.10
...
Closes gh-9982
2021-06-21 10:39:54 -06:00
Josh Cummings
c68c1c55ff
Update hibernate-entitymanager to 5.4.32.Final
...
Closes gh-9981
2021-06-21 10:37:30 -06:00
Josh Cummings
be2595bc66
Update org.eclipse.jetty to 9.4.42.v20210604
...
Closes gh-9980
2021-06-21 10:37:28 -06:00
Josh Cummings
dddd71439f
Update io.rsocket to 1.1.1
...
Closes gh-9979
2021-06-21 10:37:25 -06:00
Marcus Hert da Coregio
95a1ccb52c
Fix Broken Links in Docs
...
Closes gh-9869
2021-06-21 10:58:44 -03:00
Marcus Hert da Coregio
4060f83261
Add a link checker to docs build
...
Closes gh-9818
2021-06-21 10:58:44 -03:00
Marcus Da Coregio
f9a7ae0a6f
Update links to point to migrated samples
...
Closes gh-9816
2021-06-21 10:58:43 -03:00
Marcus Hert da Coregio
425d008f1d
Add messaging to documentation about sample migration
...
Closes gh-9815
2021-06-21 10:58:43 -03:00
Eleftheria Stein
b73104c9d1
Add missing WebFlux CORS Reference
...
Closes gh-9951
2021-06-18 16:33:01 +02:00
Eleftheria Stein
895ef6cf76
Remove non-existent class from RSocket reference docs
...
Closes gh-9949
2021-06-18 14:18:31 +02:00
Eleftheria Stein
cb4bb463da
Disable default logout page when logout disabled
...
Closes gh-9475
2021-06-17 17:09:34 +02:00
Arnaud Mergey
5fd81eeaf1
fix typo preventing full exception to be displayed in log
...
closes gh-9901
2021-06-17 08:38:24 -06:00
Steve Riesenberg
a332e2a728
Support additional client authentication methods
...
Closes gh-9780
2021-06-16 16:03:13 -05:00
Steve Riesenberg
9daf058a6e
Handle missing authorization endpoint uri
...
Closes gh-9795
2021-06-16 16:00:53 -05:00
Steve Riesenberg
839cc5e851
Remove validation for unsupported grant types
...
Closes gh-9828
2021-06-16 15:55:45 -05:00
Christian Frommeyer
0087128be8
Replace StringUtils from oauth2-oidc-sdk
...
SecurityMockServerConfigurers.java previously used the StringUtils from
the optional oauth2-oidc-sdk dependency. Replacing this with the
StringUtils from the spring framework this should not force adding the
dependency in cases where it is not actually used.
Closes gh-9923
2021-06-16 13:22:49 -06:00
Josh Cummings
bfc9c5e18f
Use stack-workflow-status Action
...
Closes gh-9792
2021-06-16 13:21:20 -06:00
Joe Grandja
6fbd038111
Jwt client authentication converter detects new key
...
Closes gh-9814
2021-06-16 12:58:01 -04:00
Steve Riesenberg
700bda68b7
Store one request by default in WebSessionOAuth2ServerAuthorizationRequestRepository
...
Related to gh-9649
Closes gh-9857
2021-06-15 11:32:35 -05:00
Marcus Hert da Coregio
53870ab3de
Fix Adding Filter Relative to Custom Filter
...
Closes gh-9787
2021-06-14 15:51:27 -03:00
Josh Cummings
fe13b488a1
Anonymous Authentication Argument Resolution Docs
...
Closes gh-3338
2021-06-08 16:12:38 -06:00
Josh Cummings
c38495bfaf
Change Getting Started Link
...
Point to 5.5.x reference guide
Issue gh-6502
2021-06-08 13:56:58 -06:00
Josh Cummings
c4b210b580
Fix Getting Started Link
...
Closes gh-6502
2021-06-08 13:44:06 -06:00
Josh Cummings
1a28b4f849
Format PayloadInterceptorRSocket
...
Issue gh-9345
2021-06-04 12:47:25 -06:00
Josh Cummings
63cd52d1a6
PayloadInterceptorRSocket retains all payloads
...
Flux#skip discards its corresponding elements, meaning that they
aren't intended for reuse. When using RSocket's ByteBufPayloads,
this means that the bytes are releaseed back into RSocket's pool.
Since the downstream request may still need the skipped payload,
we should construct the publisher in a different way so as to
avoid the preemptive release.
Deferring Spring JavaFormat to clarify what changed.
Closes gh-9345
2021-06-04 12:47:22 -06:00
Eleftheria Stein
895ae0ac55
Remove hard dependency on Kotlin
...
Closes gh-9811
2021-06-03 18:34:52 +03:00
Steve Riesenberg
e6c268add0
URL encode client credentials
...
Closes gh-9610
2021-06-03 09:12:18 -05:00
Eleftheria Stein
82d471a592
Fix Resource Server clock skew default value in docs
...
Closes gh-6611
2021-06-02 12:22:42 +03:00
Josh Cummings
f48a006034
Polish postLogoutRedirectUri encoding
...
Issue gh-9511
2021-05-26 13:51:26 -06:00
Hans Hosea Schaefer
b7a0959ede
Encode postLogoutRedirectUri query params
...
Now encodes already encoded queryparameters in postLogoutRedirectUrl
correctly
Closes gh-9511
2021-05-26 13:51:15 -06:00
Marcus Hert da Coregio
29f4193529
Adjust createNewSessionIfAllowed to prevent NPE
...
Ensure that isTransientAuthentication reuses the same authentication object from saveContext
Closes gh-8947
2021-05-26 13:46:08 -03:00
Steve Riesenberg
ab59adbfd2
Handle encoded spaces in the root dn
...
Fixes an issue where provider URLs passed to the constructor of the
DefaultSpringSecurityContextSource can be URL encoded, resulting in
an invalid base dn. Additionally adds support for list constructor
to support spaces in base dn.
Closes gh-9742
2021-05-26 10:29:49 -05:00
Steve Riesenberg
de4b3a4310
Handle custom status codes in error handler
...
Fixes an issue where custom status codes in the error response cause an
IllegalArgumentException to be thrown when resolving an HttpStatus.
Closes gh-9741
2021-05-25 13:41:04 -05:00
Marcus Hert da Coregio
e691906dbc
Combine multiple OS builds into one
...
Closes gh-9790
2021-05-25 14:19:46 -03:00
Marcus Hert da Coregio
5a06fbd984
Update Env Variables in Build Windows Job
...
Closes gh-9761
2021-05-25 11:07:37 -06:00
Eleftheria Stein
34b55242fe
Ensure Kotlin 1.3 compatibility
...
Closes gh-9765
2021-05-19 10:15:24 +02:00
Rob Winch
26e34368c0
Use GPG_PRIVATE_KEY directly
...
Closes gh-9776
2021-05-18 17:19:24 -05:00
Rob Winch
0fb7c24cbb
core depends on crypto
...
Issue gh-9767
2021-05-18 17:19:24 -05:00
Josh Cummings
0351883dfa
Include all configured branches in CI
...
Closes gh-9775
2021-05-18 15:59:40 -06:00
Rob Winch
95132d9fe3
Remove spring-security-crypto from spring-core pom
...
Instead of having api extend included configuration, we should use the
*Classpath configurations.
Closes gh-9767
2021-05-18 15:32:17 -05:00
Rob Winch
bf9f1de6e1
Artifactory defaults to publish mavenJava Publication
...
Closes gh-9772
2021-05-18 15:32:17 -05:00
Josh Cummings
8c0248d0dc
Remove Temporary Module
2021-05-18 10:09:43 -06:00
Rob Winch
df4d0dc488
Ignore Invalid buildSrc Tests
2021-05-18 01:00:37 -05:00
Rob Winch
073f72277e
Next Development Version
2021-05-18 00:47:37 -05:00
Rob Winch
abd100122e
Fix SpringNexsPublishPlugin spacing in root
2021-05-17 23:57:18 -05:00
Rob Winch
39c5f3d955
Fix closeAndReleaseOssrhStagingRepository
2021-05-17 23:54:28 -05:00
Rob Winch
05dd69395d
Delay until PublishAllJavaComponentsPlugin
2021-05-17 23:53:01 -05:00