|
|
```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 |