Mario Petrovski
1db8734101
Closes #11450 Add Java beans configuration for Remmember Me Docs
3 years ago
Daniel Shuy
e8b9a35494
Fix Bearer Token RestTemplate Support example
3 years ago
Marcus Da Coregio
80a5028f3f
saml2Login filterProcessingUrl should be loginProcessingUrl
...
Closes gh-13417
3 years ago
Marcus Da Coregio
c30bacac10
Improve Security Filters Documentation
...
Closes gh-8167
3 years ago
Rob Winch
39c43159f4
Convert to Asciidoctor Tabs
...
Closes gh-13403
3 years ago
Rob Winch
04692d9ee8
Fix Antora Warnings
...
Closes gh-13210
3 years ago
Anubhav Ahlawat
2279f9fd39
Typos in persistence section
3 years ago
Josh Cummings
e834543eed
Change possessives to use two ticks
3 years ago
1993heqiang
783f674704
Fix typo authentication.adoc
3 years ago
1993heqiang
933debebeb
Fix typo overview.adoc
3 years ago
Josh Cummings
8ccc03fdb6
Update Resource Server Docs
...
Closes gh-13147
3 years ago
Jan Marten
6b19728c54
Fix legacy-websocket-configuration cross-reference
...
Closes gh-12969
3 years ago
moli
b6f3cb71e6
Add Missing AuthorizationRequestRepository in Snippet
...
Closes PR-13099
3 years ago
Josh Cummings
3469bcb822
Address Antora Warnings
3 years ago
Marcus Da Coregio
6d37ca1808
Fix code snippets in Authorize HttpServletRequest
...
Closes gh-11522
3 years ago
Marcus Da Coregio
e61adcb0cd
Clarify that Kotlin DSL needs an import
...
Closes gh-13092
3 years ago
Marcus Da Coregio
2d52fb8e4b
Clear Repository on Logout
3 years ago
Marcus Da Coregio
eb58655fa9
Improve Docs by mentioning that Empty SecurityContext should be saved
...
Closes gh-12906
3 years ago
Josh Cummings
6bda1d2bf3
Document WebExpressionAuthorizationManager
...
Closes gh-12928
3 years ago
slauth
a708007536
fix ID of WebSocket Authorization section
...
Throughout this document there are 3 references to `<<websocket-authorization>>` but the section ID was actually named `[[websocket-configuration]]`
3 years ago
Bishakh Ghosh
c75ee25a6d
Fix documentation code block bug
...
Fixes #12850
3 years ago
el-hopaness-romtic
4154ed543a
Fix .access(...) parameter
3 years ago
Josh Cummings
0421e25cba
Document Common SAML URI Endpoints
...
Issue gh-12764
3 years ago
Josh Cummings
1c885cf3a3
Document Federation Usecase
...
Closes gh-12764
3 years ago
Josh Cummings
2db4430dcd
Preserve OpenSamlAssertingPartyDetails Instance
...
Closes gh-12667
3 years ago
Marcus Da Coregio
82c86b822f
Polish session-management.adoc
...
Remove unresolved anchor
Issue gh-12519
3 years ago
Marcus Da Coregio
4f3faa78f7
Revisit Session Management docs
...
Closes gh-12519
3 years ago
Dan Allen
f5bc6ce665
fix unclosed block in docs
3 years ago
Josh Cummings
2028507bf8
Fix Typo in Sample
...
Closes gh-11095
3 years ago
Eleftheria Stein-Kousathana
fbfa13bd47
Fix OAuth 2.0 testing docs
3 years ago
Sellami
626e53d121
Fix: Replace tenantRepository with tenants
3 years ago
Marcus Da Coregio
d2b33a2583
Fix docs
...
Closes gh-11396
3 years ago
Marcus Da Coregio
70bfc39418
Fix AuthorizationFilter diagram in docs
...
Closes gh-12274
3 years ago
Steve Riesenberg
9071f10759
Document DelegatingSecurityContextRepository
...
Closes gh-12069
3 years ago
Rivaldi
01a37dd678
Fix typo
...
(cherry picked from commit 20e89e3eca0823bfa329b5de80448bac1f5e0f30)
3 years ago
Márk Kővári
aad01447c3
docs: fix realm typo
3 years ago
Ger Roza
8315545144
Update RP-Initiated Logout target URLs.
...
The URLs we're using are not actually pointing to the OIDC RP-Initiated Logout Specs.
Fixes: gh-12081
3 years ago
Josh Cummings
c5badbc631
Add AccessDecisionManager Preparation Steps
...
Issue gh-11337
3 years ago
Rob Winch
aac1261f0c
Document Migration to SecurityContextHolderFilter
...
Closes gh-12098
3 years ago
Rob Winch
c17e258a6f
Document Saved Requests
...
Closes gh-12088
3 years ago
Josh Cummings
04fa5af794
Add Missing Doc Header
...
The EnableMethodSecurity section
3 years ago
Marcus Da Coregio
4b6fed0667
Add static factory method to AntPathRequestMather and RegexRequestMatcher
...
Closes gh-11938
4 years ago
Marcus Da Coregio
f3321c256c
Add XML support for shouldFilterAllDispatcherTypes
...
Closes gh-11492
4 years ago
Steve Riesenberg
dce1c30522
Add support for BREACH
...
Closes gh-4001
4 years ago
Marcus Da Coregio
ace8caa182
Remove mvcMatchers usage from docs
...
Issue gh-11347
4 years ago
Steve Riesenberg
475b3bb6bb
Add deferred CsrfTokenRepository.loadDeferredToken
...
* Move DeferredCsrfToken to top-level and implement Supplier<CsrfToken>
* Move RepositoryDeferredCsrfToken to top-level and make package-private
* Add CsrfTokenRepository.loadToken(HttpServletRequest, HttpServletResponse)
* Update CsrfFilter
* Rename CsrfTokenRepositoryRequestHandler to CsrfTokenRequestAttributeHandler
Issue gh-11892
Closes gh-11918
4 years ago
Daniel Garnier-Moiroux
0e215a21ad
Add X-Xss-Protection headerValue to XML config
...
Issue gh-9631
4 years ago
Marcus Da Coregio
039e0328e1
Simplify Java Configuration RequestMatcher Usage
...
If Spring MVC is present in the classpath, use MvcRequestMatcher by default. This commit also adds a new securityMatcher method in HttpSecurity
Closes gh-11347
Closes gh-9159
4 years ago
Steve Riesenberg
46696a9226
CsrfTokenRequestHandler extends CsrfTokenRequestResolver
...
Closes gh-11896
4 years ago
Rob Winch
d94677f87e
CsrfTokenRequestAttributeHandler -> CsrfTokenRequestHandler
...
This renames CsrfTokenRequestAttributeHandler to CsrfTokenRequestHandler and
moves usage from CsrfFilter into CsrfTokenRequestHandler.
Closes gh-11892
4 years ago