Josh Cummings
78685cdd77
Merge branch '7.0.x'
2026-05-22 21:37:30 -06:00
Josh Cummings
cfdadfea01
Apply Builder Bean Only to Application Endpoints
...
A published PathPatternRequestMatcher.Builder bean is intended to align
application endpoint matchers, which commonly are from the same servlet.
This commit ensures that this bean is used by securityMatcher(s),
authorizeHttpRequests, and WebSecurity#ignoring, which target
application endpoints typically served by servlets.
This commit also adds tests ensuring that the bean is not applied to filter-chain
security endpoints such as those configured by formLogin, logout,
oneTimeTokenLogin, OAuth 2.0 Login, and SAML 2.0 Login, since
these endpoints are, by default, handled by filters independent from
any target servlet and servlet path.
Closes gh-19128
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com >
2026-05-22 21:36:19 -06:00
Tran Ngoc Nhan
89260a3a9c
Use reference links from attributes
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2026-03-03 16:51:25 -07:00
Martin Boulais
1d8ea63a9e
Fix typo in HTTP Basic Auth Provider documentation
...
The documentation states that setting the header `X-Requested-By` will remove the `WWW-Authenticate` header from the response.
However, after testing this and reading the library code it looks like the header to set is `X-Requested-With` (X-Requested-By is mentioned nowhere except in this documentation file), so I propose this simple PR to fix this.
Signed-off-by: Martin Boulais <31805063+martinboulais@users.noreply.github.com >
2026-01-08 13:59:34 -06:00
Peter Potrowl
d84d0ca22e
Fix typo in ldap.adoc
...
Signed-off-by: Peter Potrowl <peter.potrowl@gmail.com >
2025-11-21 10:33:48 -06:00
Josh Cummings
1e1cb0097a
Document Authentication Factors
...
Issue gh-17933
2025-09-19 11:32:28 -06:00
Josh Cummings
b09afb34cc
Document Authentication.Builder
...
The commit documents the new Authentication Builder interface
and its usage in the security filter chain.
Closes gh-17861
Closes gh-17862
2025-09-09 14:59:14 -06:00
Tran Ngoc Nhan
371bee685f
Polish User#withDefaultPasswordEncoder
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-08-04 09:40:20 -06:00
Marcin Lewandowski
f61a8deccc
Update index.adoc
...
Signed-off-by: Marcin Lewandowski <marcin@ravendb.net >
2025-07-31 11:09:06 -06:00
Tran Ngoc Nhan
242956a63c
Remove deprecated elements from DaoAuthenticationProvider
...
Closes gh-17298
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-07-07 13:38:34 -06:00
Josh Cummings
c43afbf5e1
Format Lambda Expressions
...
This commit updats lambda expressions so that
their variable is surrounded in parentheses.
Issue gh-13067
2025-06-20 10:41:29 -06:00
Josh Cummings
6ddb964c61
Remove ApacheDS Support
...
Closes gh-13852
2025-06-19 11:55:34 -06:00
Steve Riesenberg
6745576186
Polish basic.adoc
...
Signed-off-by: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com >
2025-03-21 15:05:22 -05:00
Steve Riesenberg
eb510ab59d
Polish gh-16280
2025-03-21 15:05:22 -05:00
Martin Emrich
21fb5f92cf
Explain behaviour with XMLHttpRequest on 401 response
...
Relates to / Closes gh-16103
2025-03-21 15:05:22 -05:00
Josh Cummings
b9f3a28678
Add UserDetailsService Constructor
...
Closes gh-15973
2024-12-16 17:59:16 -07:00
Josh Cummings
5c7237be79
Merge branch '6.3.x'
2024-11-18 12:13:20 -07:00
Josh Cummings
1414b88ef3
Merge branch '6.2.x' into 6.3.x
2024-11-18 12:13:05 -07:00
Josh Cummings
ba520db7f7
Merge branch '5.8.x' into 6.2.x
2024-11-18 12:12:46 -07:00
Josh Cummings
85248083c0
Add Dark Mode CSS Style
...
Closes gh-14834
2024-11-18 12:10:48 -07:00
Steve Riesenberg
f1159842f4
Polish gh-15554
...
Closes gh-15398
2024-11-13 15:18:53 -06:00
chu3la
e5529fffea
Improve documentation about CredentialsContainer
...
Issue gh-15398
2024-11-13 15:18:53 -06:00
nima
cb4a85a74c
Clarify UsernamePasswordAuthenticationFilter Workflow
2024-09-30 16:56:17 -07:00
Steve Riesenberg
a939c100fc
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15808
2024-09-13 16:08:33 -05:00
Steve Riesenberg
1782f17e7f
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15807
2024-09-13 16:08:04 -05:00
Steve Riesenberg
0a4eb0f09a
Update credential erasure examples
...
Closes gh-15683
2024-09-13 16:07:47 -05:00
Steve Riesenberg
243f0f87cd
Update credential erasure examples
...
Closes gh-15683
2024-09-13 16:06:01 -05:00
Rob Winch
5bd4db1a13
Use javadoc macro
...
Closes gh-15386
2024-07-09 22:35:01 -05:00
Marcus Hert Da Coregio
8572764583
Merge branch '6.3.x'
...
Closes gh-15322
2024-06-28 15:34:28 -03:00
Marcus Hert Da Coregio
113e72f18e
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15321
2024-06-28 15:34:14 -03:00
Marcus Hert Da Coregio
462ce1ee91
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15320
2024-06-28 15:33:59 -03:00
Marcus Hert Da Coregio
779030b6cd
Document the role of CredentialsContainer
...
Closes gh-15319
2024-06-28 15:33:34 -03:00
Steve Riesenberg
60a6b3845d
Merge branch '6.3.x'
...
Closes gh-15246
2024-06-13 16:04:30 -05:00
Steve Riesenberg
5c0f1730d6
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15245
2024-06-13 16:02:51 -05:00
Steve Riesenberg
e41771491b
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15244
2024-06-13 16:02:05 -05:00
Steve Riesenberg
f622d8e2e2
Polish gh-15235
2024-06-13 16:00:03 -05:00
Harsh4902
92cab2b678
Add 'Required Dependencies' section in ldap.adoc file
...
Closes gh-14699
2024-06-13 16:00:02 -05:00
Josh Cummings
133c87a643
Merge branch '6.3.x'
2024-05-24 15:06:47 -06:00
Josh Cummings
1c6726d20a
Merge branch '6.2.x' into 6.3.x
...
Closes gh-15167
2024-05-24 15:06:34 -06:00
Josh Cummings
797550fee7
Merge branch '5.8.x' into 6.2.x
...
Closes gh-15166
2024-05-24 15:04:04 -06:00
Josh Cummings
e7ea4091a0
Migrate SampleLDIF to UnboundID
...
Closes gh-15089
2024-05-24 15:03:53 -06:00
Lukas Dohmen
3af85a562a
GH-14688 Use inter-document xref to fix Username and password link
...
GH-14688 Use inter-document xref to fix username and password link
2024-05-24 13:52:10 -03:00
vvaadd
0a6e50d892
Minor code fix
2024-05-15 13:36:54 -03:00
Marcus Hert Da Coregio
08f11f06ab
Revert unnecessary commits from main
...
Issue gh-15016
2024-05-08 13:49:18 -03:00
Marcus Hert Da Coregio
c2dc61007f
Merge branch '6.2.x'
2024-01-31 09:52:08 -03:00
Habin Song
fbb35a1e3d
Typo: Update ldap.adoc
...
there is no word like 'byusing'. I fixed 'byusing' to 'by using'.
2024-01-31 09:50:51 -03:00
Steve Riesenberg
a32cd66179
Polish gh-14263
2023-12-26 11:56:42 -06:00
Federico Herrera
10e0f98d5e
Add doc and javadoc for CachingUserDetailsService
...
Close gh-10914
2023-12-26 10:57:58 -06:00
Steve Riesenberg
bfc31bacab
Polish Username/Password Authentication page
...
Issue gh-11926
(cherry picked from commit 781d575921 )
2023-10-25 15:50:53 -05:00
Steve Riesenberg
781d575921
Polish Username/Password Authentication page
...
Issue gh-11926
2023-10-25 15:47:23 -05:00