Joe Grandja
df474e04d8
Move logic from AuthorizationCodeAuthenticationFilter to OAuth2UserAuthenticationProvider
2017-10-11 17:39:21 -04:00
Joe Grandja
18df9a869e
Move config AuthorizationCodeGrantConfigurer -> OAuth2LoginConfigurer
2017-10-11 17:39:21 -04:00
Joe Grandja
ca5b62abb5
Move AuthorizationResponseConverter logic to AuthorizationCodeAuthenticationFilter
2017-10-11 17:39:21 -04:00
Rob Winch
364de19048
ServerAuthenticationSuccessHandler consistent parameter order
...
Previously it started with Authentication while all the other APIs started
with ServerWebExchange
Fixes gh-4619
2017-10-11 16:24:14 -05:00
Rob Winch
78d2069c46
ServerAuthenticationSuccessHandler.success->onAuthenticationSuccess
...
Fixes gh-4618
2017-10-11 16:24:14 -05:00
Rob Winch
247f737bc8
Move HttpBasicServerAuthenticationEntryPoint
...
Move it up a package as www is too sparse. This is different than servlet
based support, but we also are now using a generic AuthenticationWebFilter
Fixes gh-4617
2017-10-11 16:24:14 -05:00
Rob Winch
7bd7aeed6d
Polish
2017-10-11 16:13:02 -05:00
Rob Winch
1298d446f1
Polish ServerLogoutSuccessHandler
...
Fix license header
2017-10-11 15:27:33 -05:00
Rob Winch
dc3f4c6221
Add ServerLogoutSuccessHandler
...
Fixes gh-4616
2017-10-11 15:08:07 -05:00
Rob Winch
6366be9435
Polish LogoutWebFilter
2017-10-11 14:52:34 -05:00
Rob Winch
af0a6efaab
Polish SecurityContextServerLogoutHandler
2017-10-11 14:18:43 -05:00
Rob Winch
fd40efd6b2
Ignore classes/
2017-10-11 13:58:31 -05:00
Rob Winch
7271a427e8
SecurityContextServerRepository->ServerSecurityContextRepository
...
Issue gh-4615
2017-10-11 13:58:28 -05:00
Rob Winch
792944eee7
HttpSecurity->ServerHttpSecurity
...
Issue gh-4615
2017-10-11 13:58:24 -05:00
Rob Winch
185d3032f5
LogoutHandler->ServerLogoutHandler
...
Issue gh-4615
2017-10-11 13:58:21 -05:00
Rob Winch
c9ce528206
AuthenticationFailureHandler->ServerAuthenticationFailureHandler
...
Issue gh-4615
2017-10-11 13:58:18 -05:00
Rob Winch
897e7111e3
AccessDeniedHandler->ServerAccessDeniedHandler
...
Issue gh-4615
2017-10-11 13:58:14 -05:00
Rob Winch
a5af2a07d7
HttpHeadersWriter->ServerHttpHeadersWriter
...
Issue gh-4615
2017-10-11 13:58:09 -05:00
Rob Winch
2982b82b2d
AuthenticationSuccessHandler->ServerAuthenticationSuccessHandler
...
Issue gh-4615
2017-10-11 13:58:06 -05:00
Rob Winch
b858985b0e
AuthenticationReactorContextFilter->AuthenticationReactorContextWebFilter
...
Issue gh-4615
2017-10-11 13:58:02 -05:00
Rob Winch
bfcc2a602d
SecurityContextRepository->SecurityContextServerRepository
...
Issue gh-4615
2017-10-11 13:57:59 -05:00
Rob Winch
57d26ffa10
Polish
2017-10-11 13:57:59 -05:00
Rob Winch
e99e2a9f09
PrePostAdviceMethodInterceptor->PrePostAdviceReactiveMethodInterceptor
...
Issue gh-4615
2017-10-11 13:57:54 -05:00
Rob Winch
d0de8d40dd
WebFilterChainFilter -> WebFilterChainProxy
...
Issue gh-4615
2017-10-11 13:57:50 -05:00
Rob Winch
cfc5572b7a
AuthenticationEntryPoint->ServerAuthenticationEntryPoint
...
Issue gh-4615
2017-10-11 13:57:46 -05:00
Rob Winch
8d4a73cf3f
Use Server<Description>AuthenticationConverter
...
Issue gh-4615
2017-10-11 13:57:43 -05:00
Rob Winch
98412d530f
RedirectStrategy->ServerRedirectStrategy
...
Issue gh-4615
2017-10-11 13:57:39 -05:00
Rob Winch
5502856095
UserDetailsRepositoryAuthenticationManager->UserDetailsRepositoryReactiveAuthenticationManager
...
Issue gh-4615
2017-10-11 13:57:35 -05:00
Rob Winch
4681697581
UserDetailsRepository->ReactiveUserDetailsService
...
Issue gh-4615
2017-10-11 13:57:30 -05:00
Rob Winch
f1bc82dcef
AuthenticatedAuthorizationManager->AuthenticatedReactiveAuthorizationManager
...
Issue gh-4615
2017-10-11 13:57:26 -05:00
Rob Winch
866ce5eaec
AuthorityAuthorizationManager->AuthorityReactiveAuthorizationManager
...
Issue gh-4615
2017-10-11 13:57:08 -05:00
Joe Grandja
d840090cb0
Add support for implicit grant type
...
Fixes gh-4500
2017-10-11 13:54:59 -04:00
Rob Winch
6f0821ab42
Fix Version
2017-10-11 10:14:21 -05:00
Rob Winch
9bb33e3dd9
Fix dependency management
2017-10-11 10:14:21 -05:00
Joe Grandja
401c84b3f2
Externalize error codes from OAuth2Error
...
Fixes gh-4606
2017-10-10 20:24:33 -04:00
Joe Grandja
6963b3c5d5
Expose login page config for oauth2Login
...
Fixes gh-4570
2017-10-10 19:05:57 -04:00
Joe Grandja
bd4d814e4b
Fix bug in oauth2Login sample
2017-10-10 14:40:11 -04:00
Joe Grandja
da0a7afa38
Polish AuthorizationCodeAuthenticationFilter
...
Fixes gh-4599
2017-10-10 14:39:47 -04:00
Joe Grandja
efa4bf409c
Remove AuthorizationCodeRequestRedirectFilter. setAuthorizationRequestMatcher
2017-10-10 14:38:06 -04:00
Joe Grandja
6b16fa0d8c
Polish OAuth Security Configurers
2017-10-10 14:38:06 -04:00
Joe Grandja
97c938e7f3
Extract authentication logic from AuthorizationCodeAuthenticationFilter
...
Fixes gh-4590
2017-10-10 14:38:06 -04:00
Rob Winch
d13c3a040c
spring-build-conventions-0.0.5.RELEASE
2017-10-10 07:55:09 -05:00
Rob Winch
fc84d31010
Fix Javadoc Encoding
2017-10-09 16:48:50 -05:00
Rob Winch
0e5a883eb3
Update to 5.0.0.BUILD-SNAPSHOT
2017-10-09 16:48:50 -05:00
Rob Winch
b6fc109bde
Release 5.0.0.M5
2017-10-09 16:34:20 -05:00
Rob Winch
dbba81f09f
Update slf4j-nop to 1.7.25
...
Issue: gh-4608
2017-10-09 16:13:54 -05:00
Rob Winch
ce86937d5a
Remove springIoTestRuntime mockito override
...
Issue: gh-4608
2017-10-09 16:13:45 -05:00
Rob Winch
23f56f568c
Update MockitJunitRunner import
...
Issue: gh-4608
2017-10-09 16:13:33 -05:00
Rob Winch
445834784a
Update to Mockito 2.10.0
...
Issue: gh-4608
2017-10-09 16:13:11 -05:00
Rob Winch
74aa8bc803
Update hibernate-entitymanager-5.2.11.Final
...
Issue: gh-4608
2017-10-09 16:13:08 -05:00