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
|
8 years ago |
Rob Winch
|
d664ff2e26
|
Lookup HandlerMappingIntrospector from Bean
|
8 years ago |
Joe Grandja
|
ef9cd76607
|
Polish oauth2
Fixes gh-4758
|
8 years ago |
Joe Grandja
|
511d702ee0
|
Remove JwtDecoderRegistry
Fixes gh-4754
|
8 years ago |
Joe Grandja
|
727098d6c0
|
Fix NPE when configuring oauth2Login.loginPage
Fixes gh-4752
|
8 years ago |
Rob Winch
|
5280ac40e9
|
WebMvcConfigurerAdapter->WebMvcConfigurer
Fixes gh-4612
|
8 years ago |
Kazuki Shimizu
|
3d5989dea4
|
Change a default realm name
Change a default realm name of Basic Authentication for XML namespace to 'Realm'.
Fixes gh-4220
|
8 years ago |
Rob Winch
|
4295461830
|
ServerHttpSecurity extracts WebFilter from OrderedWebFilter
Fixes gh-4736
|
8 years ago |
Antoine
|
e0aca04a28
|
Polish AssertJ assertions
Polish AssertJ assertions
|
8 years ago |
Eddú Meléndez
|
70165869b1
|
Add UnboundId LDAP inmemory support
This commit adds the capability to run a LDAP inmemory different than
apacheds. Both providers `apacheds` and `unboundid` are supported.
|
8 years ago |
Joe Grandja
|
9a4513356d
|
Configure default OAuth2AuthorizedClientService
Fixes gh-4751
|
8 years ago |
Rob Winch
|
4fa9b4dd15
|
Add ServerHttpSecurity.exceptionHandling()
Fixes gh-4750
|
8 years ago |
Joe Grandja
|
5fa822d114
|
Expose custom config for OidcUserService
Fixes gh-4715
|
8 years ago |