Josh Cummings
91b0936189
Add AssertionValidator
...
- Ships with support for customizing the OpenSAML validators to use
- Or, you can supply your own instance of SAML20AssertionValidator
Closes gh-15578
9 months ago
Tran Ngoc Nhan
ee84d37435
Use SpringCacheBasedTicketCache
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
Tran Ngoc Nhan
3be8e92187
Fix typo
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
Hao
6159e089d4
Fix inline code formatting in documentation
...
Signed-off-by: Hao <kyrieeeee2@gmail.com>
9 months ago
Hao
8c7d2e8922
Fix typo in multitenancy documentation
...
Signed-off-by: Hao <kyrieeeee2@gmail.com>
9 months ago
Josh Cummings
99345537d6
Add RequestMatcher Migration Path for AbstractAuthenticationProcessingFilter
...
Issue gh-16417
9 months ago
Josh Cummings
91ee5e7f2b
Add RequestMatcher Migration Path for CAS
...
Issue gh-16417
9 months ago
Josh Cummings
15d9c13984
Add RequestMatcher MigrationPath for SwitchUserFilter
...
To simplify migration, the filter's setter methods still use AntPathRequestMatcher.
Users can call the equivalent RequestMatcher setter methods to opt-in to the change early.
Issue gh-16417
9 months ago
Josh Cummings
ff52e05b24
Favor PathPatternRequestMatcher in XML Configuration
...
Update BeanDefinitionParsers to use PathPatternRequestMatcher conditionally
on the presence of a PathPatternRequestMatcher.Builder bean
Closes gh-16828
9 months ago
Josh Cummings
3aec6c2f6e
Deprecate Access API in ACL
...
Issue gh-11302
9 months ago
Josh Cummings
05fdcd6a08
Deprecate MvcRequestMatcher
...
Closes gh-16631
9 months ago
Rob Winch
58e7ba4a4b
https docs download
9 months ago
Rob Winch
d14a9ae068
https docs download
9 months ago
Bragolgirith
72554f7f36
Update authorize-http-requests.adoc
...
Fix patterns in the Security Matchers documentation
Signed-off-by: Bragolgirith <6455473+Bragolgirith@users.noreply.github.com>
9 months ago
Rob Winch
2a275b1966
Add link to docs zip
...
Closes gh-16798
9 months ago
Rob Winch
65e83f8e7a
Add link to docs zip
...
Closes gh-16798
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
Tran Ngoc Nhan
af40d7e35a
Fix typo
...
Closes gh-16776
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
Tran Ngoc Nhan
daf8cfe8d2
Fix Spring Framework reference link
...
Closes gh-16699
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
Tran Ngoc Nhan
75b537f99a
Fix WebFlux authentication reference link
...
Closes gh-16702
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
ayoub anbara
8167022ada
Update data.adoc
...
No need to declare the method that create a bean as a public, and no need to declare interface that extends PagingAndSortingRepository with @Repository
Signed-off-by: ayoub anbara <anbara.ayoub@gmail.com>
9 months ago
Josh Cummings
bb438578cb
Deprecate SecurityMetadataSource
...
- Updated FAQ to replace SecurityMetadataSource recommendation with
AuthorizationManager
Issue gh-16772
9 months ago
Josh Cummings
a884c3c906
Address XsdDocumentedTests Errors
...
Issue gh-16775
9 months ago
Josh Cummings
0091cf697c
Add RedirectToHttps Migration Doc
...
Issue gh-16775
Issue gh-16678
9 months ago
Josh Cummings
e6008b6067
Add RedirectToHttps to XML
...
Closes gh-16775
9 months ago
Steve Riesenberg
0938ca01a4
Add support for automatic context-propagation with Micrometer
...
Closes gh-16665
9 months ago
mgreene57005
56d255018c
Fix ordering for security filter configuration
...
Signed-off-by: Matthew Greene <mgreene57005@gmail.com>
Signed-off-by: mgreene57005 <mgreene57005@gmail.com>
10 months ago
Juha-1
19a5a9c970
Update logout.adoc
...
typos
Signed-off-by: Juha-1 <52188855+Juha-1@users.noreply.github.com>
10 months ago
Josh Cummings
be23268c37
Add redirectToHttps DSL Configurer
...
Closes gh-16679
10 months ago
Josh Cummings
ab43a660b9
Add RFC 9068 Support
...
Closes gh-13185
10 months ago
Rob Winch
9417f02790
Deprecate PortResolver
...
Closes gh-15972
10 months ago
Rob Winch
e64102b83c
Fix migration source type
...
Previously the migration-7/web.adoc source type was kotlin for the xml
source. This commit fixes that.
Closes gh-16662
10 months ago
Rob Winch
3e0be28602
Ad section summary toc
...
Closes gh-16663
10 months ago
Rob Winch
615d302e50
Add migration-7/web.adoc to nav
...
Closes gh-16661
10 months ago
Olivier
71e12bb42e
Fix @PostResult example in method-security
...
Replace @PreFilter with @Postfilter in example
Signed-off-by: Olivier <Kuba15@users.noreply.github.com>
10 months ago
Tran Ngoc Nhan
a0cfb2777c
Fix typo
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Josh Cummings
7d301f87d6
Add Opt-in PathPattern Strategy
...
Closes gh-16573
10 months ago
Josh Cummings
588220a020
Add PathPatterRequestMatcher
...
Closes gh-16429
Clsoes gh-16430
10 months ago
Steve Riesenberg
7fc5d50adf
Polish gh-16551
10 months ago
Max Batischev
0ccbd20f0a
Add Support ServerFormPostRedirectStrategy
...
Closes gh-16542
Signed-off-by: Max Batischev <mblancer@mail.ru>
10 months ago
Tran Ngoc Nhan
92c2e21522
Use Spring Framework Url attribute
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Tran Ngoc Nhan
396b04f355
Update reference Spring Framwork links
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Tran Ngoc Nhan
839269dbf5
Update Spring Security javadocs
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
patpatpat123
b6f8046b2f
Fix type for rest-client-access-token-response-client.adoc
...
In line 260, there is the mention of "=== Customizing the `WebClient`" while it should be "=== Customizing the `RestClient`"
Signed-off-by: patpatpat123 <43899031+patpatpat123@users.noreply.github.com>
10 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
be81377235
Add Support ServerGenerateOneTimeTokenRequestResolver
...
Closes gh-16488
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Steve Riesenberg
54a6a19e05
Polish gh-16214
...
This commit applies the following changes:
* Added local Content-Security-Policy with script-src nonce directive
* Removed form-redirect.js and associated changes
* Renamed to FormPostRedirectStrategy
* Removed HtmlUtils usage
* Moved to same package as DefaultRedirectStrategy
11 months ago