Josh Cummings
c43afbf5e1
Format Lambda Expressions
...
This commit updats lambda expressions so that
their variable is surrounded in parentheses.
Issue gh-13067
6 months ago
Josh Cummings
09983e2349
Add ApacheDS Migration Steps
...
Issue gh-13852
6 months ago
Josh Cummings
6ddb964c61
Remove ApacheDS Support
...
Closes gh-13852
6 months ago
Rob Winch
e3add59550
Update x509 Reference
...
- Use include-code
- Demo how to customize SubjectX500PrincipalExtractor
6 months ago
Gurunathan
a4cd6f4278
Advise Overriding equals() and hashCode() in UserDetails Implementations
...
This commit adds a documentation note explaining the importance of
overriding equals() and hashCode() in custom UserDetails implementations.
The default SessionRegistryImpl in Spring Security uses an in-memory
ConcurrentMap<Object, Set<String>>, Map<String,SessionInformation> to
associate principals with sessions. If a custom UserDetails class does
not properly override equals() and hashCode(), user sessions may not
be tracked or matched correctly.
I believe this helps developers avoid subtle session management issues
when implementing custom authentication logic.
Signed-off-by: Gurunathan <129361658+Gurunathan16@users.noreply.github.com>
7 months ago
Tran Ngoc Nhan
505fe3abed
Correct method name
...
Closes gh-17031
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
8 months ago
Josh Cummings
51239359ed
Fix ClearSiteData Code Snippet
...
Closes gh-16948
8 months ago
Soumik Sarker
bcef6ed74f
Reformatted lines in x509 overview documentation
...
Signed-off-by: Soumik Sarker <ronodhirsoumik@gmail.com>
8 months ago
Tran Ngoc Nhan
ee84d37435
Use SpringCacheBasedTicketCache
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
Steve Riesenberg
6745576186
Polish basic.adoc
...
Signed-off-by: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com>
9 months ago
Steve Riesenberg
eb510ab59d
Polish gh-16280
9 months ago
Martin Emrich
21fb5f92cf
Explain behaviour with XMLHttpRequest on 401 response
...
Relates to / Closes gh-16103
9 months ago
nobletrout
555fe1f147
Update anonymous.adoc
...
make the example code return the same thing for the do and don't do.
Signed-off-by: nobletrout <nobletrout@gmail.com>
9 months ago
Daniel Garnier-Moiroux
238f47ce5e
One Time Token login registers the default login page
...
closes gh-16414
Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
10 months ago
Max Batischev
474b5e151a
Add Support GenerateOneTimeTokenRequestResolver
...
Closes gh-16291
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Rob Winch
d3332e1956
Document JDBC Persistence for WebAuthn
...
Issue gh-16282
11 months ago
Rob Winch
1f9845485c
Document custom HttpMessageConverter support for WebAuthn
...
Issue gh-16397
11 months ago
Rob Winch
718c90d7ad
Document PublicKeyCredentialCreationOptionsRepository
...
Issue gh-16396
11 months ago
Muhammad N. Fadhil
b7b915d7c9
Improved sentence phrasing in the docs.
11 months ago
Muhammad N. Fadhil
a78e888ce0
Fixed grammatical mistakes in the docs.
11 months ago
Muhammad N. Fadhil
fdd50ca3bf
Fixed a grammatical mistake in the docs.
11 months ago
mskim
0e3cfd1efb
Fix logout code snippet for Kotlin: Corrected deleteCookies syntax
12 months ago
Josh Cummings
1104b45832
Polish SessionLimit
...
- Move to the web.authentication.session package since it is only needed
by web.authentication.session elements and does not access any other web
element itself.
- Add Kotlin support
- Add documentation
Issue gh-16206
1 year ago
Josh Cummings
b9f3a28678
Add UserDetailsService Constructor
...
Closes gh-15973
1 year ago
Yoshikazu Nojima
ee1ede8b2d
Update document regarding PublicKeyCredentialCreationOptions.attestation value
...
Follow up for #16252
1 year ago
Tran Ngoc Nhan
40f8ac642a
Fix Documentation Typos
1 year ago
Josh Cummings
85248083c0
Add Dark Mode CSS Style
...
Closes gh-14834
1 year ago
Rob Winch
cd609acafc
Document passkeys dependencies
...
Closes gh-16107
1 year ago
Steve Riesenberg
f1159842f4
Polish gh-15554
...
Closes gh-15398
1 year ago
chu3la
e5529fffea
Improve documentation about CredentialsContainer
...
Issue gh-15398
1 year ago
ImHyuk
4ac092c803
Update logout.adoc: Fix Customizing Logout Success Example
1 year ago
Rob Winch
b0e8730d70
Add Passkeys Support
...
Closes gh-13305
1 year ago
Max Batischev
d37d41c130
Polish One-Time Token API Names and Doc
...
The names of variables and methods have been adjusted in accordance with the names of the one-time token login API components.
Issue gh-15114
1 year ago
Josh Cummings
c40334317d
Polish One-Time Token Component Names
...
Aligning parts of speech so that names are using nouns/verbs
where comparable components are using nouns/verbs.
Issue gh-15114
1 year ago
Rob Winch
f002fedb73
Document JdbcOneTimeTokenService
...
Issue gh-15735
1 year ago
nima
8a5a603c1d
Fix SecurityContextPersistenceRepository Typo
1 year ago
nima
cb4a85a74c
Clarify UsernamePasswordAuthenticationFilter Workflow
1 year ago
Steve Riesenberg
0a4eb0f09a
Update credential erasure examples
...
Closes gh-15683
1 year ago
Steve Riesenberg
243f0f87cd
Update credential erasure examples
...
Closes gh-15683
1 year ago
Xi Minghui
64920c12de
Correct Title in logout.adoc
1 year ago
Marcus Hert Da Coregio
6417eb7159
Document how to customize OneTimeTokenService
...
Closes gh-15743
1 year ago
Max Batischev
81e4c7273a
Add One-Time Token Login support to Kotlin DSL
...
Closes gh-15698
1 year ago
Tran Ngoc Nhan
febe5e6ddf
docs: update
1 year ago
Xi Minghui
d23f283598
Corrected AuthenticationEventPublisher Type
1 year ago
Marcus Hert Da Coregio
00e4a8fb54
Add support for One-Time Token Login
...
Closes gh-15114
1 year ago
Rob Winch
5bd4db1a13
Use javadoc macro
...
Closes gh-15386
1 year ago
Stefan Ganzer
ceb278c908
Update events.adoc
...
Changes GenericAuthenticationFailureEvent to AbstractAuthenticationFailureEvent
The class GenericAuthenticationFailureEvent does not exist.
1 year ago
Stefan Ganzer
e7212b37f7
Update events.adoc
...
Changes type to DefaultAuthenticationEventPublisher
Only DefaultAuthenticationEventPublisher has the method
setDefaultAuthenticationFailureEvent, but not the interface
AuthenticationEventPublisher.
1 year ago
Marcus Hert Da Coregio
779030b6cd
Document the role of CredentialsContainer
...
Closes gh-15319
1 year ago
Steve Riesenberg
f622d8e2e2
Polish gh-15235
2 years ago