Commit 3c6f8f3078d4b8cbdff4eb6892354ae1035f3f2b
1 parent
050fa4b7
1.加入统一平台登录验证方式
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/resources/application-cloud.properties
| @@ -69,11 +69,11 @@ minio.accessKey= umupRhEzO9EiVhLnJ7b9 | @@ -69,11 +69,11 @@ minio.accessKey= umupRhEzO9EiVhLnJ7b9 | ||
| 69 | minio.secretKey= VzjQUTN6c8p70HyX8AryRrB6ZjEsF2K28ndctHQh | 69 | minio.secretKey= VzjQUTN6c8p70HyX8AryRrB6ZjEsF2K28ndctHQh |
| 70 | minio.bucket= dsm | 70 | minio.bucket= dsm |
| 71 | 71 | ||
| 72 | -sso.enabled= false | ||
| 73 | -sso.systemcode = SYS0023 | ||
| 74 | -sso.http.url.login= https://127.0.0.1/portal/index.html#/login | ||
| 75 | -sso.http.url.logout= https://127.0.0.1/information/api/v1/logout | ||
| 76 | -sso.http.url.auth= https://127.0.0.1/information/authenticate/authorityAuthentication | 72 | +sso.enabled= true |
| 73 | +sso.systemcode = SYSUS023 | ||
| 74 | +sso.http.url.login= http://10.10.2.23:8112/login?redirect=%2Findex | ||
| 75 | +sso.http.url.logout= http://10.10.2.23:8112/login?redirect=%2Findex | ||
| 76 | +sso.http.url.auth= http://10.10.2.23:8112/prod-api/system/utilitySystem/checkToken | ||
| 77 | 77 | ||
| 78 | path.speech.common = /data/control/speech/common/ | 78 | path.speech.common = /data/control/speech/common/ |
| 79 | path.speech.line = /data/control/speech/%s/ | 79 | path.speech.line = /data/control/speech/%s/ |
| 80 | \ No newline at end of file | 80 | \ No newline at end of file |