Commit Graph

14017 Commits

Author SHA1 Message Date
Marcus Da Coregio 9c599fa8d7 Fix formatting 2023-08-17 09:27:02 -03:00
Josh Cummings 8d58113b61
Merge branch '6.1.x'
Closes gh-13656
2023-08-16 17:54:55 -06:00
Josh Cummings d2d1f19133
Merge branch '6.0.x' into 6.1.x
Closes gh-13655
2023-08-16 17:54:37 -06:00
Josh Cummings ca0140c586
saml2Login Honors AuthenticationProvider bean
Closes gh-13654
2023-08-16 17:54:14 -06:00
Josh Cummings 3ba5cc0e40
Add CSRF Exception
Issue gh-13653
2023-08-16 16:54:50 -06:00
Josh Cummings 87ae2d41b3
Update Mockito Usage
Issue gh-13542
2023-08-16 16:30:43 -06:00
Steve Riesenberg 985e569685
Polish gh-13608 2023-08-10 17:30:54 -05:00
Olivier Vanekem 6353d90047
Add integrity attribute for signin.css
Closes gh-13486
2023-08-10 17:30:52 -05:00
Steve Riesenberg 5828e4e65c Simplify OAuth2 Client configuration
Issue gh-11783
2023-08-09 14:14:09 -05:00
Joe Grandja f3d90b38e2 Add OAuth2AuthorizedClientManager Registrar 2023-08-09 14:14:09 -05:00
Marcus Da Coregio 779d4725a7 Merge branch '6.1.x' 2023-08-09 09:56:20 -03:00
Marcus Da Coregio 35d879191c Merge branch '6.0.x' into 6.1.x 2023-08-09 09:56:05 -03:00
Marcus Da Coregio 17e9fec6eb Merge branch '5.8.x' into 6.0.x 2023-08-09 09:55:39 -03:00
Mario Petrovski 1db8734101 Closes #11450 Add Java beans configuration for Remmember Me Docs 2023-08-09 09:54:53 -03:00
Josh Cummings 61bb9ab938
Merge branch '6.1.x'
Closes gh-13638
2023-08-08 18:18:56 -06:00
Josh Cummings 67bdbf6c56
Merge branch '6.0.x' into 6.1.x
Closes gh-13637
2023-08-08 18:18:36 -06:00
bigfang b5f42b509b
Fix Typo in Getting Started Docs
Closes gh-13605
2023-08-08 18:17:51 -06:00
Josh Cummings 6ee4bbcc13
Merge branch '6.1.x'
Closes gh-13596 in 6.2.x
Closes gh-13636
2023-08-08 18:12:17 -06:00
galmegiz 8368c234a5
Add Missing Return Statement in Snippet
Closes gh-13596
Closes gh-13595
2023-08-08 18:11:53 -06:00
Josh Cummings a29f90b29e
Merge branch '6.1.x'
Closes gh-13634
2023-08-08 17:46:46 -06:00
Josh Cummings 3edbdc6e87
Merge branch '6.0.x' into 6.1.x
Closes gh-13632
2023-08-08 17:46:04 -06:00
Seongguk Jeong 90936537dc
Update links in adocs
Spring Security 6.0 requires Spring 6.0 as a minimum and Spring 6.0 requires a minimum of Tomcat 10/Jetty 11

Closes gh-13565
2023-08-08 17:45:07 -06:00
Kevin Park 02aa052fc7 Fix typo in method name 2023-08-08 17:32:01 -06:00
Madhura Bhave 68f9371fa6 Fix minor typo in docs 2023-08-08 17:29:57 -06:00
Josh Cummings 1c20df6be7
Merge branch '6.1.x' 2023-08-08 17:27:01 -06:00
Josh Cummings 36d0ca340a
Merge branch '6.0.x' into 6.1.x 2023-08-08 17:26:47 -06:00
Guillaume Husta a8fcfaa428
Doc : typo in Custom DSLs section
Method 'configure' was renamed 'filterChain'
2023-08-08 17:26:25 -06:00
Josh Cummings 3b7e7f63d8
Update Jwt Multi-tenancy Documentation
Issue gh-13427
2023-08-08 10:03:11 -06:00
Josh Cummings fed3de8dce Remove Logging of Untrusted Data 2023-08-08 10:02:42 -06:00
Josh Cummings 3307c656f4 Polish
- Added JavaDoc @since attribute
- Added Predicate based test
- Adjusted test names

Issue gh-13427
2023-08-08 10:02:42 -06:00
Baljit Singh e1bae73703 add factory methods for Jwt issuer resolvers
Closes gh-13427
2023-08-08 10:02:42 -06:00
Baljit Singh 7a713cab6f improve performance of Jwt issuer resolvers 2023-08-08 10:02:42 -06:00
Baljit Singh da35fa0485 make logging consistent for Jwt issuer resolvers 2023-08-08 10:02:42 -06:00
Baljit Singh af00be8a3d fix Javadocs for Jwt issuer resolvers 2023-08-08 10:02:42 -06:00
Josh Cummings c9b0e3cc11
Align Snapshot Data and Reactor with Boot
Issue gh-13627
2023-08-08 08:02:53 -06:00
Josh Cummings d35b38eb48
Restore Boot and Framework Version
Issue gh-13627
2023-08-07 21:00:52 -06:00
Josh Cummings 5fc042f0c0
Update Snapshot Build
Closes gh-13627
2023-08-07 19:43:13 -06:00
Josh Cummings 82c0ddc56d Polish
- Add Reactive equivalent
- Update copyright

Issue gh-13310
2023-08-07 17:57:02 -06:00
Kevin2Jordan e21da061d3 Suppress ArrayIndexOutOfBoundsException in XorCsrfTokenRequestAttributeHandler
Closes gh-13310
2023-08-07 17:57:02 -06:00
Josh Cummings 75e0068925
Merge branch '6.1.x' 2023-08-07 16:03:55 -06:00
Josh Cummings 8d4a024809
Update Copyright
PR gh-13472
2023-08-07 16:00:56 -06:00
Seongguk Jeong bcd4dcc15c Refactor equals method
Using the accessor method for fields instead of directly access
2023-08-07 16:00:18 -06:00
Seongguk Jeong 8df8d4022e Fix documentation typo
changed "user name" to "username"
2023-08-07 16:00:18 -06:00
Seongguk Jeong de1357cbd1 Refactor equals method
To use the accessor method for username instead of directly accessing the attribute.
2023-08-07 16:00:18 -06:00
Seongguk Jeong ea19f82b8a Using pattern matching for instanceof 2023-08-07 16:00:18 -06:00
Seongguk Jeong cd6f33c03e Using putIfAbsent instead of put 2023-08-07 16:00:18 -06:00
Josh Cummings beab899c3d
Fix Import Order 2023-08-07 15:56:38 -06:00
Josh Cummings 400bb5ebdd
Merge branch '6.1.x' 2023-08-07 15:31:51 -06:00
Josh Cummings 9a50ca74b4
Merge branch '6.0.x' into 6.1.x 2023-08-07 15:31:39 -06:00
Josh Cummings c20100dab7
Merge branch '5.8.x' into 6.0.x 2023-08-07 15:31:20 -06:00