Changes
Page history
Update Note to configure SSO
authored
Mar 21, 2023
by
过纯中
Show whitespace changes
Inline
Side-by-side
Note-to-configure-SSO.md
View page @
7c895ef5
```
ruby
```
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