You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
659 B
23 lines
659 B
# 统一认证平台认证登录地址 |
|
api.authorize=https://xxx:8443/idp/oauth2/authorize |
|
# 获取access_token的接口地址 |
|
api.get-token=https://xxx:8443/idp/oauth2/getToken |
|
# 获取用户信息的接口地址 |
|
api.get-user=https://xxx:8443/idp/oauth2/getUserInfo |
|
# 注销登录的接口地址 |
|
api.logout=https://xxx:8443/idp/profile/SAML2/Redirect/GLO |
|
# 注销登录后跳转的地址 |
|
api.logout-redirct-url=http://xxx |
|
# 错误信息输出地址 |
|
api.error-output=https://xxx:8443/idp/themes/error/defpage-403.html |
|
# 认证平台的client_id |
|
api.client-id=xxx |
|
# 认证平台的client_secret |
|
api.client-secret=xxxx |
|
|
|
# 系统名称 |
|
info.system-name=xxxx |
|
# 运维人员 |
|
info.bip-name=xxxx |
|
# 运维人员服务电话 |
|
info.telephone=12345678901 |