Steve Riesenberg
e3c19ba86c
Add RestClient interceptor
...
Closes gh-13588
1 year ago
Robert Danczak
12a9f9240c
Fix: Adjusted code formatting to remaining code examples.
1 year ago
Josh Cummings
e40c98e6d7
Deprecate PrePostTemplateDefaults
...
Since there is nothing specific to configuring pre/post
annotations, there is no need for the extra class.
If a need like this does arise in the future,
either AnnotationTemplateExpressionDefaults can be sub-
classed, or it can have introduced a Map field holding
custom properties.
Issue gh-15286
1 year ago
Josh Cummings
f4d9d0d54f
Document @AuthenticationPrincipal meta-annotations
...
Issue gh-15286
1 year ago
Josh Cummings
96682a1d5c
Document OpenSAML 4 vs OpenSAML 5 Support
...
Closes gh-11658
1 year ago
Josh Cummings
1da383b360
Add OpenSAML 5 Support
...
Issue gh-11658
1 year ago
Josh Cummings
1be596bb2f
Use OpenSAML API for registration
...
Issue gh-11658
1 year ago
Josh Cummings
51fc05630d
Use OpenSAML API for web.authentication.logout
...
Issue gh-11658
1 year ago
Josh Cummings
e51507e32d
Polish Inline Code Formatting
1 year ago
Junhyunny
bfee6927c2
Correct Explanation for HttpSessionCsrfTokenRepository
1 year ago
Taha Körkem
da65830569
Use Correct Meta-Annotation in Kotlin Sample
1 year ago
baezzys
3d4bcf1b44
fix: Restrict automatic CORS configuration to UrlBasedCorsConfigurationSource
...
- Update CORS configuration logic to automatically enable .cors() only if a UrlBasedCorsConfigurationSource bean is present.
- Modify applyCorsIfAvailable method to check for UrlBasedCorsConfigurationSource instances.
1 year ago
Josh Cummings
9d8888c5f0
Use AssertingPartyMetadata
...
Issue gh-15394
1 year ago
Josh Cummings
e6dfb63bdf
Add OpenSamlAssertingPartyMetadataRepository
...
Closes gh-12116
Closes gh-15395
1 year ago
Josh Cummings
796e4d6b6c
Add query parameter support for authn requests
...
Closes gh-15017
1 year ago
Rob Winch
5bd4db1a13
Use javadoc macro
...
Closes gh-15386
1 year ago
Antoine Rey
f184d13096
Update the OAuth2 jwt and opaque resource server documentation with the Lambda DSL
...
The OAuth2ResourceServerConfigurer::opaqueToken() and ::jwt() methods are deprecated since Spring Security 6.1
1 year ago
Seungrae
f4cbaaa2dd
Fix typos and formatting in documentation
...
Closes gh-15353
1 year ago
Seungrae
148e7843bf
Fix typos and formatting in documentation
1 year ago
Josh Cummings
7b39800606
Add CachingRelyingPartyRegistrationRepository
...
Closes gh-15341
1 year ago
Dumitru Boldureanu
48826201b1
Update architecture.adoc
...
The list of filters is printed at DEBUG level on the application startup and not INFO level, see DefaultSecurityFilterChain
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
Marcono1234
a9aefafb76
Fix malformed list in "Using Method Parameters" documentation
1 year ago
Marcus Hert Da Coregio
779030b6cd
Document the role of CredentialsContainer
...
Closes gh-15319
1 year ago
Josh Cummings
c4f70bee4b
Fix Broken Link
...
Closes gh-15288
2 years ago
Steve Riesenberg
f622d8e2e2
Polish gh-15235
2 years ago
Harsh4902
92cab2b678
Add 'Required Dependencies' section in ldap.adoc file
...
Closes gh-14699
2 years ago
Junhyunny
68aef2056e
Fix wrong explanation for @PostAuthorize annotation
2 years ago
Josh Cummings
c3f766f3b3
Update RoleHierarchy Documentation
...
Closes gh-15208
2 years ago
Josh Cummings
0532659245
Fix Typo in Oidc Logout Docs
...
Closes gh-15198
2 years ago
Blagoja Stamatovski
63f48167bd
Add Kotlin support to PreFilter and PostFilter annotations
...
Closes gh-15093
2 years ago
Stian Jørgensrud
b5e9c4cb9f
Fix wrong Kotlin syntax
2 years ago
Stian Jørgensrud
3cd9b77273
Remove nullable from Kotlin example
...
Use `lateinit` instead of allowing NullPointerExceptions.
2 years ago
Steve Riesenberg
ee9f5a2d5e
Improve CSRF example for single-page apps
...
Closes gh-15105
2 years ago
Caio Henrique
67853d585e
docs: add correction to java example in multitenanci.adoc
2 years ago
Steve Riesenberg
9b1e9c5db9
Polish and sync java and kotlin configuration docs
...
Issue gh-15029
2 years ago
Josh Cummings
e7ea4091a0
Migrate SampleLDIF to UnboundID
...
Closes gh-15089
2 years ago
Steve Riesenberg
5e2209aeef
Fix xref link
...
Issue gh-15029
2 years ago
Steve Riesenberg
2482e8e446
Polish gh-15029
2 years ago
Abimael Sergio
046a1fc811
Update description of securityMatcher and multiple filter chains
...
Closes gh-14419
2 years ago
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
2 years ago
Marcus Hert Da Coregio
f6ea99d8a3
Prepare for Spring Security 6.4
...
Closes gh-15155
2 years ago
Caio Henrique
896dd93313
fix: add correction to java example in multitenancy.adoc
...
Closes gh-15146
2 years ago
Marcus Hert Da Coregio
c7b739eb3f
Fix broken link to jaspan article
...
Closes gh-14358
2 years ago
Alexander Münch
df59516b18
Fix Kotlin example in authorize-http-requests.adoc
...
- Consistency: Replaced mix of tabs/spaces with spaces indentation
2 years ago
douxf
bd72741879
Fix wrong class on documentation
...
Closes gh-15045
2 years ago
vvaadd
0a6e50d892
Minor code fix
2 years ago
Patrick Schmidt
1ebd663253
doc: added hint to declare GrantedAuthorityDefaults as infrastructure bean
...
Closes gh-14779
2 years ago
Marcus Hert Da Coregio
08f11f06ab
Revert unnecessary commits from main
...
Issue gh-15016
2 years ago