Update Note to configure SSO authored by 过纯中's avatar 过纯中
```ruby ```ruby
options = { options = {
"display_name"=>"Thape", "display_name"=>"Thape",
"host"=>"sso-id.com", "host"=>"sso.thape.com.com",
"identifier"=>"", "identifier"=>"",
"secret"=>"", "secret"=>"",
"authorization_endpoint" => "/oauth2/authorize", "authorization_endpoint" => "/oauth2/authorize",
... ...
......