모바일G/W용 JWT Token 처리

This commit is contained in:
Yunsam.Eo
2025-12-05 14:22:30 +09:00
parent 3dd7c141f7
commit f671c32fc0
6 changed files with 6 additions and 6 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", "/auth/oauth/v2/token") ;
endpoints.authenticationManager(authenticationManager);
endpoints.userDetailsService(userDetailsService);