모바일G/W용 JWT Token 처리
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user