Patrick Schmidt
1ebd663253
doc: added hint to declare GrantedAuthorityDefaults as infrastructure bean
...
Closes gh-14779
2 years ago
Angel Gruevski
ce995a0178
Correct a mistake in the documentation related to RequestCacheAwareFilter
...
Corrected a mistake in the documentation for the Spring Architecture where it was mentioned that RequestCacheAwareFilter is used to save the HttpServletRequest instead of the ExceptionTranslationFilter
Closes gh-14855
2 years ago
Josh Cummings
2477c22674
Fix Role Name Typo
...
Closes gh-14965
2 years ago
Steve Riesenberg
80845d0c9a
Fix NPE in Kotlin docs example
...
Closes gh-14634
2 years ago
Steve Riesenberg
ba575e8564
Add tests for invalid/missing token
...
Issue gh-14634
2 years ago
Josh Cummings
ddd5d2e9cd
Fix Observability Typo
...
Closes gh-14651
2 years ago
Habin Song
49f447f3d0
Update session-management.adoc
...
lambda expression typo. I changed '(session) - session' to '(session) -> session'
2 years ago
Habin Song
fbb35a1e3d
Typo: Update ldap.adoc
...
there is no word like 'byusing'. I fixed 'byusing' to 'by using'.
2 years ago
Taeik Lim
6c5b3d69c5
Fix broken sample code in Authorize HttpServletRequests
...
Signed-off-by: Taeik Lim <sibera21@gmail.com>
2 years ago
Steve Riesenberg
6f3a1fe1cd
Polish kotlin.adoc
...
Issue gh-14384
2 years ago
Steve Riesenberg
63556b6636
Polish java.adoc
...
Issue gh-14384
2 years ago
Siddharth1605
e11ed2d313
Updated the Configuration examples in docs
...
Closes gh-14384
2 years ago
Krishna Chaitanya Surapaneni
7ec9188f5b
Remove Irrelevant Documentation Lines
...
Refactor: Remove two lines that lack proper context due to earlier
deletions/movements. They are no longer relevant and contribute little
to the overall meaning.
Issue gh-12974
2 years ago
daniKir
9203567a20
improve Multitenancy Issuer Validator example Closes gh-14229
2 years ago
Marcus Hert Da Coregio
6d68f403fc
Document that Shibboleth Repository is Required for SAML Support
...
Closes gh-14286
2 years ago
Josh Cummings
74d06f020d
Update to Latest Boot Property
...
Closes gh-14252
2 years ago
Josh Cummings
c336ca49fb
Update Spring MVC Docs
...
Closes gh-14220
2 years ago
Ruben Suet
916d9d949a
fix broken link for servlet getting started page
2 years ago
Steve Riesenberg
7335c5745c
Document authentication helper method in WebClient integration
...
This commit re-applies 49f3c0ce534254ea4b5f5a674c5afb8322c1736c
which was lost while splitting pages for Antora.
Issue gh-13816
Issue gh-10120
2 years ago
Josh Cummings
b919ece045
Change Idempotent to Read-Only
...
Closes gh-13644
2 years ago
Dong, Xue-Han
fafb579a6e
fix code blocks formatting mistakes.
2 years ago
Steve Riesenberg
9db33f33c7
Revert unnecessary merges on 6.0.x
...
This commit removes unnecessary main-branch merges starting from
8750608b5b and adds the following
needed commit(s) that were made afterward:
- 5dce82c48b
2 years ago
Sadid Shaikh
44fad21363
Fix typo in method-security.adoc
...
Fixed typo by changing 'please' to 'place'
2 years ago
Mark Bonnekessel
c823b00794
Update logout.adoc: Replace Directives with Directive
2 years ago
Steve Riesenberg
bfc31bacab
Polish Username/Password Authentication page
...
Issue gh-11926
(cherry picked from commit 781d575921 )
2 years ago
Steve Riesenberg
781d575921
Polish Username/Password Authentication page
...
Issue gh-11926
2 years ago
Steve Riesenberg
8307196799
Add Kotlin examples to OAuth2 docs landing page
...
Issue gh-13785
2 years ago
abramofranchetti
ab478a13bc
Clarify Effects Disabling CSRF Has On Logout
...
Issue gh-13062
2 years ago
Steve Riesenberg
81d91063a5
Document how to publish an AuthenticationManager
...
Closes gh-11926
2 years ago
Josh Cummings
762319b6be
Add forServletPattern
...
Closes gh-13562
2 years ago
pbborisov18
7a8faf85d9
Docs custom AuthorizationManager fix
...
Issue gh-13967
2 years ago
Steve Riesenberg
7d5a541a7b
Backport "Revisit CSRF page" to 6.0.x
...
(cherry picked from commit e7fa34008b )
Closes gh-13910
2 years ago
Josh Cummings
a3227f041c
Polish OAuth2AuthorizationManagers
...
- Add OAuth2ReactiveAuthorizationManagers
- Code to interfaces
- Align error message with the same in
AuthorityAuthorizationManager
- Adjust expectations in tests to confirm an
appropriately constructed authorizaion manager
- Add JavaDoc and reference documentation
Issue gh-13654
2 years ago
Josh Cummings
af6fce4a71
Fix Documentation Errors
...
Issue gh-12570
(cherry picked from commit 6b0d82236d )
2 years ago
Josh Cummings
6b0d82236d
Fix Documentation Errors
...
Issue gh-12570
2 years ago
Josh Cummings
cb33fd7850
Add OIDC Back-Channel Logout Support
...
Closes gh-12570
2 years ago
Steve Riesenberg
9de717ac7a
Polish gh-13575
2 years ago
moon
3a50c92168
Replace wildcard type ? with * in Kotlin and fix typo
2 years ago
Deniz Husaj
91a8ed1ba7
Update firewall.adoc
2 years ago
Some developer
5a25a8220b
Fix grammar
2 years ago
Kevin2Jordan
90d845c3df
Fixing untitled page title in documentation
2 years ago
Steve Riesenberg
1f8c94aee8
Add overview documentation for OAuth2
...
This commit adds an overview to the landing page for OAuth2 with:
* OAuth2 Resource Server
* OAuth2 Client
At this level, OAuth2 Login is combined into the overview for Client
to make it clear that it is part of the oauth2-client module.
Content is broken down into use cases similar to other docs pages
that have been updated recently. This content will be revisited
as additional updates are made to OAuth2 docs, and some use cases
may be moved or even added as needed. This commit only adds a few
initial use cases to get the OAuth2 docs update process started.
Closes gh-13784
2 years ago
username1103
14b328e3ed
Fix incorrect documentation
2 years ago
Josh Cummings
bcfa4adc44
Add MvcRequestMatcher Reference
...
Closes gh-13726
2 years ago
Mario Petrovski
1db8734101
Closes #11450 Add Java beans configuration for Remmember Me Docs
2 years ago
galmegiz
8368c234a5
Add Missing Return Statement in Snippet
...
Closes gh-13596
Closes gh-13595
2 years ago
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
2 years ago
Madhura Bhave
68f9371fa6
Fix minor typo in docs
2 years ago
Guillaume Husta
a8fcfaa428
Doc : typo in Custom DSLs section
...
Method 'configure' was renamed 'filterChain'
2 years ago
Josh Cummings
3b7e7f63d8
Update Jwt Multi-tenancy Documentation
...
Issue gh-13427
2 years ago