Update Note to configure SSO authored by 过纯中's avatar 过纯中
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
options = { options = {
name: "openid_connect", name: "openid_connect",
display_name: "天华单点登录", display_name: "天华单点登录",
scope: %i[openid email], scope: %i[openid clerk_code chinese_name phone],
response_type: "code", response_type: "code",
uid_field: "email", uid_field: "email",
host: "sso.thape.com.com", host: "sso.thape.com.com",
identifier: "", identifier: "n6Ss5HmiDSo0jxgi9RNpZWOY2PEC09MLpG088p-86UM",
secret: "", secret: "oelotgmPrPCTiCB-02hp6b0AGJnzCt-vJdCps98zmiA",
issuer: "https://sso.thape.com.cn", issuer: "https://sso.thape.com.cn",
client_auth_method: "query", client_auth_method: "query",
discovery: true discovery: true
... ...
......