Update Note to configure SSO authored by 过纯中's avatar 过纯中
...@@ -7,7 +7,7 @@ options = { ...@@ -7,7 +7,7 @@ options = {
issuer: "https://sso.thape.com.cn", issuer: "https://sso.thape.com.cn",
client_auth_method: "query", client_auth_method: "query",
discovery: true, discovery: true,
"client_options": { client_options: {
"display_name"=>"Thape", "display_name"=>"Thape",
"host"=>"sso.thape.com.com", "host"=>"sso.thape.com.com",
"identifier"=>"", "identifier"=>"",
... ...
......