Merge branch 'jenkins_with_weblogic' of ssh://192.168.240.178:18081/eapim/eapim-online into jenkins_with_weblogic

This commit is contained in:
yunjy-hp
2025-12-11 11:05:22 +09:00
2 changed files with 1 additions and 3 deletions
@@ -104,7 +104,7 @@ public class AuthorizationServerConfig extends AuthorizationServerConfigurerAdap
tokenType = vo.getProperty(PROP_TOKEN_TYPE, "JWT");
}
// endpoints.pathMapping("/oauth/token", "/auth/oauth/v2/token") ;
endpoints.pathMapping("/oauth/token", "/oauth2/token") ;
endpoints.authenticationManager(authenticationManager);
endpoints.userDetailsService(userDetailsService);