Hi,
I'm using spring-security-oauth with Grails plugin: http://grails.org/plugin/spring-secu...auth2-provider
This plugin uses version 1.0.0.M3 of spring-security-oauth, and I need to use version 1.0.0.M5 in order to use last improvements and bug fix.
I've tried to upgrade the Grails Plugin (and make a pull request after that), but there will be an important refactor beetween the two version an I lost myself into classes, filter, endpoint, ...
Could you help me to maintain the Grails plugin ?
The list below corresponds to the classes used by the plugin :
org.springframework.security.oauth2.provider.Acces sGrantAuthenticationProvider
org.springframework.security.oauth2.provider.InMem oryClientDetailsService
org.springframework.security.oauth2.provider.OAuth 2AuthorizationFilter
org.springframework.security.oauth2.provider.OAuth 2AuthorizationSuccessHandler
org.springframework.security.oauth2.provider.OAuth 2ExceptionHandlerFilter
org.springframework.security.oauth2.provider.OAuth 2ProtectedResourceFilter
org.springframework.security.oauth2.provider.clien t.ClientCredentialsAuthenticationProvider
org.springframework.security.oauth2.provider.passw ord.ClientPasswordAuthenticationProvider
org.springframework.security.oauth2.provider.refre sh.RefreshAuthenticationProvider
org.springframework.security.oauth2.provider.token .InMemoryOAuth2ProviderTokenServices
org.springframework.security.oauth2.provider.verif ication.BasicUserApprovalFilter
org.springframework.security.oauth2.provider.verif ication.DefaultClientAuthenticationCache
org.springframework.security.oauth2.provider.verif ication.InMemoryVerificationCodeServices
org.springframework.security.oauth2.provider.verif ication.VerificationCodeAuthenticationProvider
org.springframework.security.oauth2.provider.verif ication.VerificationCodeFilter
Since I''ve upgrade the dependencies from spring-security-oauth [1.0.0.M3] to spring-security-oauth2 [1.0.0.M5] I have noticed the following refactoring
InMemoryOAuth2ProviderTokenServices => RandomValueTokenServices + InMemoryTokenStore
DefaultClientAuthenticationCache have been removed...
And filters has been replaced by endpoint.
Can you help me ?
Thanks.
Manuel


Reply With Quote
