s_spring_forum_account
Jan 4th, 2012, 04:00 AM
We are using spring-oauth2 1.0.0.BUILD-SNAPSHOT with spring security 3.1.0.RELEASE.
Our configuration is almost identical to the one in sparklr project except that we use our custom implementation of authentication provider, successHandler , and failureHandler. Also we don't use <mvc:annotation-driven> , instead we use AnnotationHandlerMapping.
During spring context initialization we get the following exception :
Error creating bean with name 'authorizationEndpoint'
java.lang.IllegalStateException : ClientDetailService must be provided.
Our configuration is almost identical to the one in sparklr project except that we use our custom implementation of authentication provider, successHandler , and failureHandler. Also we don't use <mvc:annotation-driven> , instead we use AnnotationHandlerMapping.
During spring context initialization we get the following exception :
Error creating bean with name 'authorizationEndpoint'
java.lang.IllegalStateException : ClientDetailService must be provided.