Преглед изворни кода

代登陆鉴权逻辑调整

master
niohe·erbao пре 1 година
родитељ
комит
88d79a7f87
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/user/security/auth/agent/AgentAuthSecurityConfig.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/user/security/auth/agent/AgentAuthSecurityConfig.java Прегледај датотеку

@@ -40,7 +40,7 @@ public class AgentAuthSecurityConfig
@Override
public void configure(HttpSecurity http) throws Exception {
AgentAuthFilter agentAuthFilter =
new AgentAuthFilter(authProperties.getPasswordLoginUrl());
new AgentAuthFilter(authProperties.getAgentLoginUrl());
authenticationManager = http.getSharedObject(AuthenticationManager.class);
agentAuthFilter.setAuthenticationManager(authenticationManager);
agentAuthFilter.setAuthenticationSuccessHandler(defaultLoginSuccessHandler);


Loading…
Откажи
Сачувај