xieb
2023-07-26 c8f7a241675f636e57e30015234ae27a4ccebf31
增加单点登录配置修改
2 files modified
17 ■■■■ changed files
skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml 4 ●●●● patch | view | raw | blame | history
skjcmanager/skjcmanager-auth/src/main/resources/application-prod.yml 13 ●●●● patch | view | raw | blame | history
skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml
@@ -24,5 +24,5 @@
    server-url-prefix: http://10.10.3.99:30000/api/IAM
    token-url: ${oauth.config.server-url-prefix}/cas/oauth2.0/accessToken
    profile-url: ${oauth.config.server-url-prefix}/api-auth/inspur/cas/oauth2.0/profile
    redirect-uri: http://192.168.1.198:8100/oauth/tokenLoginUI
    redirect-web-uri: http://192.168.1.198:1888/business#/tokenlogin
    redirect-uri: https://sk.hubeishuiyi.cn/api/blade-auth/oauth/tokenLoginUI
    redirect-web-uri: http://192.168.1.198:1888/business/#/tokenlogin
skjcmanager/skjcmanager-auth/src/main/resources/application-prod.yml
@@ -16,6 +16,13 @@
#oauth2统一单点登录
oauth:
  enable: true
  domain: http://10.10.3.99:30000/api/IAM
  redirect_uri: http://192.168.1.198:8100/oauth/tokenLogin
  config:
    client-id: hbxskkey
    client-secret: hbxsksecret
    app-key: uaq775d4a7ufmefyf7sm16vs
    app-secret: qjq1qizyo1baoyvzdlbu226hkhrs4vl2
    server-url-prefix: http://10.42.6.99:30000/api/IAM
    token-url: ${oauth.config.server-url-prefix}/cas/oauth2.0/accessToken
    profile-url: ${oauth.config.server-url-prefix}/api-auth/inspur/cas/oauth2.0/profile
    redirect-uri: https://sk.hubeishuiyi.cn/api/blade-auth/oauth/tokenLoginUI
    redirect-web-uri: https://sk.hubeishuiyi.cn/#/tokenlogin