Переглянути джерело

fix 省局项管跳转丽水二期免登

master
niohe·erbao 1 рік тому
джерело
коміт
5eebf7d134
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/user/security/auth/common/CommonAuthSecurityConfig.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/user/security/auth/common/CommonAuthSecurityConfig.java Переглянути файл

@@ -40,7 +40,7 @@ public class CommonAuthSecurityConfig
@Override
public void configure(HttpSecurity http) throws Exception {
CommonAuthFilter commonAuthFilter =
new CommonAuthFilter(authProperties.getAgentLoginUrl());
new CommonAuthFilter(authProperties.getCommonLoginUrl());
authenticationManager = http.getSharedObject(AuthenticationManager.class);
commonAuthFilter.setAuthenticationManager(authenticationManager);
commonAuthFilter.setAuthenticationSuccessHandler(defaultLoginSuccessHandler);


Завантаження…
Відмінити
Зберегти