Rob Winch
1dc49276f8
Fix P tangle
...
Issue: gh-4636
9 years ago
Rob Winch
06c87d0079
Update to Spring Data Kay-BUILD-SNAPSHOT
...
Fixes gh-4634
9 years ago
Rob Winch
d574d61abe
Update to Reactor Bismuth-BUILD-SNAPSHOT
...
Fixes gh-4635
9 years ago
Rob Winch
96f6368214
Update to Spring Framework 5.0.1.BUILD-SNAPSHOT
...
Fixes gh-4633
9 years ago
Joe Grandja
a7d054c9f3
Remove AuthorizationGrantAuthenticator
9 years ago
Joe Grandja
3c824dc44b
Fix package tangles -> OAuth2UserService
...
Fixes gh-4614
9 years ago
Joe Grandja
cfa4858b04
Fix package tangles -> AuthorizationGrantTokenExchanger
...
Fixes gh-4614
9 years ago
Joe Grandja
ea64d10d95
Polish jwt-jose
9 years ago
Joe Grandja
c441f99567
Polish oauth2-client
9 years ago
Joe Grandja
d4d7199a6d
Polish oauth2-core
9 years ago
Rob Winch
211e8eae90
Remove formLogin() and httpBasic() from defaults
9 years ago
Rob Winch
5fae710d69
Polish ServerHttpSecurityConfigurationBuilder
...
Fix copyright
9 years ago
Rob Winch
30487c3b4b
Polish ServerHttpSecurity testing
9 years ago
Rob Winch
015cc2203e
Fix ServerHttpSecurity
9 years ago
Rob Winch
8c7fa85107
Polish ServerLogoutSuccessHandler
...
Extract to be used by LogoutWebFilter
Issue: gh-4616
9 years ago
Andreas Gebhardt
0c830f9ba8
fix JavaDoc typo on `BasicAuthenticationEntryPoint`
9 years ago
Hanson, Tristan
53cb6c17e4
gh-4482 - Updating docs for `ConcurrentSessionFilter` configuration example
9 years ago
bbelovic
91d9404828
Fixed typo in HttpSecurity.authorizeRequests javadoc
9 years ago
Joe Grandja
df474e04d8
Move logic from AuthorizationCodeAuthenticationFilter to OAuth2UserAuthenticationProvider
9 years ago
Joe Grandja
18df9a869e
Move config AuthorizationCodeGrantConfigurer -> OAuth2LoginConfigurer
9 years ago
Joe Grandja
ca5b62abb5
Move AuthorizationResponseConverter logic to AuthorizationCodeAuthenticationFilter
9 years ago
Rob Winch
364de19048
ServerAuthenticationSuccessHandler consistent parameter order
...
Previously it started with Authentication while all the other APIs started
with ServerWebExchange
Fixes gh-4619
9 years ago
Rob Winch
78d2069c46
ServerAuthenticationSuccessHandler.success->onAuthenticationSuccess
...
Fixes gh-4618
9 years ago
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
9 years ago
Rob Winch
7bd7aeed6d
Polish
9 years ago
Rob Winch
1298d446f1
Polish ServerLogoutSuccessHandler
...
Fix license header
9 years ago
Rob Winch
dc3f4c6221
Add ServerLogoutSuccessHandler
...
Fixes gh-4616
9 years ago
Rob Winch
6366be9435
Polish LogoutWebFilter
9 years ago
Rob Winch
af0a6efaab
Polish SecurityContextServerLogoutHandler
9 years ago
Rob Winch
fd40efd6b2
Ignore classes/
9 years ago
Rob Winch
7271a427e8
SecurityContextServerRepository->ServerSecurityContextRepository
...
Issue gh-4615
9 years ago
Rob Winch
792944eee7
HttpSecurity->ServerHttpSecurity
...
Issue gh-4615
9 years ago
Rob Winch
185d3032f5
LogoutHandler->ServerLogoutHandler
...
Issue gh-4615
9 years ago
Rob Winch
c9ce528206
AuthenticationFailureHandler->ServerAuthenticationFailureHandler
...
Issue gh-4615
9 years ago
Rob Winch
897e7111e3
AccessDeniedHandler->ServerAccessDeniedHandler
...
Issue gh-4615
9 years ago
Rob Winch
a5af2a07d7
HttpHeadersWriter->ServerHttpHeadersWriter
...
Issue gh-4615
9 years ago
Rob Winch
2982b82b2d
AuthenticationSuccessHandler->ServerAuthenticationSuccessHandler
...
Issue gh-4615
9 years ago
Rob Winch
b858985b0e
AuthenticationReactorContextFilter->AuthenticationReactorContextWebFilter
...
Issue gh-4615
9 years ago
Rob Winch
bfcc2a602d
SecurityContextRepository->SecurityContextServerRepository
...
Issue gh-4615
9 years ago
Rob Winch
57d26ffa10
Polish
9 years ago
Rob Winch
e99e2a9f09
PrePostAdviceMethodInterceptor->PrePostAdviceReactiveMethodInterceptor
...
Issue gh-4615
9 years ago
Rob Winch
d0de8d40dd
WebFilterChainFilter -> WebFilterChainProxy
...
Issue gh-4615
9 years ago
Rob Winch
cfc5572b7a
AuthenticationEntryPoint->ServerAuthenticationEntryPoint
...
Issue gh-4615
9 years ago
Rob Winch
8d4a73cf3f
Use Server<Description>AuthenticationConverter
...
Issue gh-4615
9 years ago
Rob Winch
98412d530f
RedirectStrategy->ServerRedirectStrategy
...
Issue gh-4615
9 years ago
Rob Winch
5502856095
UserDetailsRepositoryAuthenticationManager->UserDetailsRepositoryReactiveAuthenticationManager
...
Issue gh-4615
9 years ago
Rob Winch
4681697581
UserDetailsRepository->ReactiveUserDetailsService
...
Issue gh-4615
9 years ago
Rob Winch
f1bc82dcef
AuthenticatedAuthorizationManager->AuthenticatedReactiveAuthorizationManager
...
Issue gh-4615
9 years ago
Rob Winch
866ce5eaec
AuthorityAuthorizationManager->AuthorityReactiveAuthorizationManager
...
Issue gh-4615
9 years ago
Joe Grandja
d840090cb0
Add support for implicit grant type
...
Fixes gh-4500
9 years ago