Rob Winch
|
691bf2e11d
|
PasswordEncoder Bean for AuthenticationManagerBuilder
Issue: gh-4873
|
8 years ago |
Rob Winch
|
9afee9e4e2
|
PasswordEncoder as Bean default for XML
Issue: gh-4873
|
8 years ago |
Rob Winch
|
e377dcf81b
|
Make SessionManagementConfigTests deterministic
Fixes: gh-4871
|
8 years ago |
Rob Winch
|
5cf2883afc
|
AuthenticationManagerBeanDefinitionParserTests uses SpringTestContext
Issue: gh-4870
|
8 years ago |
Rob Winch
|
4d8f11a5a9
|
SpringTestContext improvements
Fixes gh-4870
|
8 years ago |
Rob Winch
|
d55db837e1
|
CsrfWebFilter places Mono<CsrfToken>
Fixes: gh-4855
|
8 years ago |
Johnny Lim
|
701933c7f7
|
Fix copyright start years
See gh-4655
See gh-4725
|
8 years ago |
Johnny Lim
|
b6895e6359
|
Apply Checkstyle WhitespaceAfterCheck module
|
8 years ago |
Rob Winch
|
cf3cba8f5f
|
Ensure Chrome Still SC_MOVED_TEMPORARILY
Issue: gh-4831
|
8 years ago |
Rob Winch
|
3e7e80a836
|
Accept */* triggers 401 by Default
Fixes gh-4831
|
8 years ago |
Joe Grandja
|
dd33f0a7de
|
ClientRegistration.redirectUri -> redirectUriTemplate
Fixes gh-4827
|
8 years ago |
Joe Grandja
|
e098c3707e
|
Update default redirect-uri to use 'baseUrl' template variable
Fixes gh-4826
|
8 years ago |
Rob Winch
|
0b1618d8b4
|
Fix RequestCache
Issue: gh-4789
|
8 years ago |
Rob Winch
|
a6733fae50
|
Polish
|
8 years ago |
Rob Winch
|
942b51dba7
|
Reactive Basic does not create session by default
Fixes: gh-4825
|
8 years ago |
Rob Winch
|
5f79fdd3eb
|
requiresLogoutMatcher naming polish
Issue: gh-4822
|
8 years ago |
Rob Winch
|
11f6e0477c
|
serverLogoutSuccessHandler->logoutSuccessHandler
Issue: gh-4822
|
8 years ago |
Rob Winch
|
bf570854b8
|
serverLogoutHandler->logoutHandler
Issue: gh-4822
|
8 years ago |
Rob Winch
|
2cbdb4ba02
|
serverCsrfTokenRepository->csrfTokenRepository
Issue: gh-4822
|
8 years ago |
Rob Winch
|
3bfda6cff7
|
serverAccessDeniedHandler->accessDeniedHandler
Issue: gh-4822
|
8 years ago |
Rob Winch
|
9e82fc0b83
|
serverAuthenticationEntryPoint->authenticationEntryPoint
Issue: gh-4822
|
8 years ago |
Rob Winch
|
520e0a5a68
|
serverAuthenticationSuccessHandler->authenticationSuccessHandler
Issue: gh-4822
|
8 years ago |
Rob Winch
|
5c83f92ddc
|
serverAuthenticationFailureHandler->authenticationFailureHandler
Issue: gh-4822
|
8 years ago |
Rob Winch
|
692233e431
|
ServerSecurityContextRepository members to securityContextRepository
Issue: gh-4822
|
8 years ago |
Rob Winch
|
9956de8f29
|
LogoutBuilder->LogoutSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
7619556066
|
FormLoginBuilder->FormLoginSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
83d4abb1c6
|
RequestCacheBuilder->RequestCacheSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
eb7edf7092
|
HttpBasicBuilder->HttpBasicSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
01154614d1
|
ExceptionHandlingBuilder->ExceptionHandlingSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
903cbd7c35
|
CsrfBuilder->CsrfSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
fd4726afaf
|
HeadersBuilder-HeadersSpec
Issue: gh-4822
|
8 years ago |
Rob Winch
|
53ddbfc0ab
|
AuthorizedExchangeBuilder->AuthorizedExchangeSpec
Issue: gh-4822
|
8 years ago |
Johnny Lim
|
d900f2a623
|
Remove unused imports
This commit also adds UnusedImportsCheck Checkstyle module.
|
8 years ago |
Joe Grandja
|
872a8f3189
|
Change constructor param order in oauth2 client filters
Fixes gh-4818
|
8 years ago |
Rob Winch
|
1b70efce2b
|
Add ServerRequestCache
Fixes: gh-4789
|
8 years ago |
Rob Winch
|
1ea66378f5
|
ServerHttpSecurity uses RedirectServerAuthenticationFailureHandler
Issue: gh-4816
|
8 years ago |
Rob Winch
|
3c7fb977fe
|
WebTestClientHtmlUnitDriverBuilder uses WebTestClient for localhost
Fixes gh-4815
|
8 years ago |
Joe Grandja
|
aa9e057ba8
|
Fix CNF exception if oauth2-jose dependency not included
Fixes gh-4753
|
8 years ago |
Rob Winch
|
f2ccc53549
|
Add UserDetailsMapFactoryBean
Fixes gh-4804
|
8 years ago |
Johnny Lim
|
99df632f24
|
Add missing @Override annotations
This commit also adds MissingOverrideCheck module to Checkstyle configuration.
|
8 years ago |
Rob Winch
|
adec62cdf2
|
EnableWebFluxSecurity creates CsrfRequestDataValueProcessor
Fixes gh-4762
|
8 years ago |
Rob Winch
|
7622826b69
|
WebSessionServerCsrfTokenRepository saves on getToken
Fixes gh-4801
|
8 years ago |
Rob Winch
|
3f18881493
|
Remove additional attribute name from CsrfWebFilter
Fixes gh-4799
|
8 years ago |
Rob Winch
|
c7c84e0996
|
Fix CustomLoginPage test
Fixes gh-4797
|
8 years ago |
Rob Winch
|
1506dcd413
|
SpringTestContext.getContext()
Add accessor method for SpringTestContext.getContext()
Fixes gh-4796
|
8 years ago |
Rob Winch
|
21aec19d42
|
Add FormLoginBuilder.serverAuthenticationSuccessHandler
Fixes: gh-4786
|
8 years ago |
Rob Winch
|
1d4c7da1e1
|
Fix WebTestClientWebConnection for redirects
|
8 years ago |
Craig Walls
|
06c4bffc5f
|
Use id field instead of name field for GitHub and Facebook providers.
Fixes gh-4764
|
9 years ago |
Rob Winch
|
d664ff2e26
|
Lookup HandlerMappingIntrospector from Bean
|
9 years ago |
Joe Grandja
|
ef9cd76607
|
Polish oauth2
Fixes gh-4758
|
9 years ago |