Rob Winch
9745de9510
Add @AuthenticationPrincipal expression
...
It is now possible to provide a SpEL expression for
@AuthenticationPrincipal . This allows invoking custom logic including
methods on the principal object.
Fixes gh-3859
10 years ago
Patrick Cornelißen
eaf8729941
Fixes RC1/RC2 URLs
...
Fixes gh-3838
10 years ago
Wim Deblauwe
85786824af
Fix logout url in doc
...
The default for logout is to redirect to `/login?logout`
Fixes gh-251
10 years ago
Joe Grandja
4ee46a5f58
Add What's new in 4.1 RC2
...
Add What's new in 4.1 RC2
Fixes gh-3830
10 years ago
Johnny Lim
933a7e8363
Remove duplicate words
...
Fixes gh-3826
10 years ago
Joe Grandja
81c9fa805f
Fix AuthenticationPrincipalArgumentResolver xml doc
...
Fixes gh-3771
10 years ago
Joe Grandja
2ef3da1b47
Documents the new @AuthenticationPrincipal in more detail.
...
Fixes gh-3771
10 years ago
Rob Winch
95a3e30d9f
Polish Pbkdf2PasswordEncoder
...
Fixes gh-2158
Fixes gh-51
10 years ago
Rob Winch
d3a9cc6eae
Add CsrfTokenRepository ( #3805 )
...
* Create LazyCsrfTokenRepository
Fixes gh-3790
* Add CookieCsrfTokenRepository
Fixes gh-3009
10 years ago
Art O Cathain
1d271184c9
Fix Documentation Formatting
...
Fix corrupted character and add formatting per the duplicated text
block
Fixes gh-193
10 years ago
Soeun Park
8f7cf28435
Fix typos in documentation
...
Fixes gh-196
Fixes gh-3109
10 years ago
Johnny Lim
fe94d654ed
Fix typos ( #228 )
10 years ago
Joe Grandja
945a21a3fb
Use xml / javaconfig folders for samples
...
Fixes gh-3752
10 years ago
Kamill Sokol
9c3db557dd
Add missing # in SpEL expression doc
...
SpEL variables can be referenced in the expression using the syntax
23.2.2 Path Variables in Web Security Expressions.
Fixes gh-3781
10 years ago
Joe Grandja
9e5cdbd133
Includes a reference to the https://report-uri.io/ service in the CSP and HPKP documentation.
...
Fixes gh-3772
10 years ago
Rob Winch
b3d26ed5d6
Add changelog in What's New
...
Issue gh-3768
10 years ago
Rob Winch
bf9a837b9a
Polish What's New
...
Issue gh-3768
10 years ago
Rob Winch
40b7fa5b72
Update Issues Link
...
Issue gh-3333
10 years ago
Rob Winch
3e47531b19
Polish CSP reference
...
Issue gh-3763
10 years ago
Rob Winch
e04f685747
Fix Typo in @WithUserDetails reference
...
Issue gh-3346
10 years ago
Joe Grandja
2f7f2ff589
Adds support for Content Security Policy
...
Fixes gh-2342
10 years ago
Rob Winch
4cb9b202f8
Remove subversion from reference
...
Fixes gh-3766
10 years ago
Rob Winch
683d751902
Polish What's New
...
Fixes gh-3768
10 years ago
Rob Winch
4b650dc58d
Allow AuthenticationProvider Bean in Java Config
...
This commit adds support for defaulting java configuration's
authentication by providing an AuthenticationProvider Bean.
Fixes gh-3091
10 years ago
Rob Winch
988b54ec3d
Remove invalid ` from docs
...
Fixes gh-3751
10 years ago
Rob Winch
134a0a7f96
Move FAQ to appendix
...
Fixes gh-3761
10 years ago
Shazin Sadakath
e33e21fe6b
Add Forward after authentication attempt config support
...
Fixes gh-3728
10 years ago
Rob Winch
dbf73c4692
Update spring-security-config module description
...
Include Java Configuration in the description.
Fixes gh-3298
10 years ago
Rob Winch
835ac0a217
Add @WithUserDetails userDetailsServiceBeanName
...
Fixes gh-3346
10 years ago
Martin Macko
dd8ba8c07e
Fix formatting error in documentation
...
Fixes gh-3279
10 years ago
Rob Winch
db81977a1a
Polish HPKP
...
* Javadoc polish
* Whitespace cleanup
Issue gh-3706
10 years ago
Tim Ysewyn
331c7e91b7
HTTP Public Key Pinning
...
HTTP Public Key Pinning (HPKP) is a security mechanism which allows HTTPS websites
to resist impersonation by attackers using mis-issued or otherwise fraudulent certificates.
(For example, sometimes attackers can compromise certificate authorities,
and then can mis-issue certificates for a web origin.)
The HTTPS web server serves a list of public key hashes, and on subsequent connections
clients expect that server to use 1 or more of those public keys in its certificate chain.
This commit will add this new functionality.
Fixes gh-3706
10 years ago
drdamour
004bb8e577
Fix ` in documentation
...
There were a few rendering issues within the documentation
associated with `
This commit fixes those rendering issues
Fixes gh-3699
10 years ago
Zied Zaïem
83992a7a27
fix typo in doc
10 years ago
Juzer Ali
1f32e96d31
SEC-3181: Fixed reference formatting
...
The code ticks was broken.
10 years ago
Kazuki Shimizu
b7360a803d
SEC-3152: Add @Retention to @WithMock documentation
10 years ago
Kazuki Shimizu
5c36c9f659
SEC-3151 Polishing reference document (springsoruce -> spring, etc..)
10 years ago
Rob Winch
c93d6bc823
SEC-3120: Remove .and() from httpStrictTransportSecurity() doc
10 years ago
Rob Winch
0981cd975f
SEC-3120: Reference hsts() -> httpStrictTransportSecurity()
10 years ago
Rob Winch
861ec76991
SEC-3133: Correct test doc username parameter
10 years ago
Rob Winch
8858419696
SEC-3052: Doc DEFAULT_MATCHER->DEFAULT_CSRF_MATCHER
10 years ago
Alex Derkach
777431758d
Fix reference to Null Object pattern in the manual
10 years ago
Dan Dowma
09c4765191
Fix reference to Spring Security version in the manual
10 years ago
Rob Winch
bac980cbcb
SEC-2868: Simplify custom UserDetailsService Java Config
...
Exposing a UserDetailsService as a bean is now all that is necessary
for Java based configuration. Additionally, an optional PasswordEncoder
bean can be used to configure password encoding.
10 years ago
Rob Winch
35393098f8
SEC-3094: Add @WithAnonymousUser & anonymous() MockMvcRequestPostProcessor
10 years ago
Rob Winch
6b05b298ff
SEC-2059: Support Path Variables in Web Expressions
10 years ago
Rob Winch
327695ab0c
SEC-3084: Doc SecurityContextRequestPostProcessorSupport & SecurityContextHolder
10 years ago
Rob Winch
cbed1d75ee
SEC-3076: Add Method Level Security Meta Annotations
10 years ago
Rob Winch
7708129aad
SEC-3080: Remove invalid characters from reference
10 years ago
Rob Winch
567c51e109
SEC-3074: Add Test Meta Annotation Support
10 years ago