Merge branch 'jenkins_with_weblogic' of ssh://192.168.240.178:18081/eapim/eapim-online into jenkins_with_weblogic
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
</filter-mapping>
|
||||
|
||||
<!-- Dynamic REST API 어댑터 설정 -->
|
||||
<!--
|
||||
<!--
|
||||
<servlet>
|
||||
<description/>
|
||||
@@ -83,7 +82,6 @@
|
||||
<url-pattern>/api/*</url-pattern>
|
||||
</servlet-mapping>
|
||||
-->
|
||||
-->
|
||||
<!--
|
||||
<listener>
|
||||
<listener-class>com.eactive.eai.adapter.http.async.AppContextListener</listener-class>
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user