Update Note to configure SSO authored by 过纯中's avatar 过纯中
```ruby
options = {
"display_name"=>"Thape",
"host"=>"sso-id.com",
"identifier"=>"",
"secret"=>"",
"authorization_endpoint" => "/oauth2/authorize",
"token_endpoint" => "/oauth2/token",
"userinfo_endpoint" => "/oauth2/userinfo",
"jwks_uri": '/oauth/discovery/keys'
}
```
\ No newline at end of file