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