Skip to content

Commit f7c8495

Browse files
committed
Disable proxyBeanMethods for OAuth2AuthorizationServerConfiguration
Issue gh-91
1 parent 5a03056 commit f7c8495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/config/annotation/web/configuration/OAuth2AuthorizationServerConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Joe Grandja
2727
* @since 0.0.1
2828
*/
29-
@Configuration
29+
@Configuration(proxyBeanMethods = false)
3030
public class OAuth2AuthorizationServerConfiguration {
3131

3232
@Bean

0 commit comments

Comments
 (0)