Changes
Page history
Update Note to configure SSO
authored
Oct 24, 2024
by
过纯中
Hide whitespace changes
Inline
Side-by-side
Note-to-configure-SSO.md
View page @
b4d4b850
# Manual setting
# Manual setting
Remove
`plugin_openproject_openid_connect`
in settings table.
Remove
`plugin_openproject_openid_connect`
in settings table, below is a back of hash
```
ruby
{
"name"
=>
"openid_connect"
,
"display_name"
=>
"天华单点登录"
,
"scope"
=>
[
:openid
,
:clerk_code
,
:chinese_name
,
:phone
],
"response_type"
=>
"code"
,
"uid_field"
=>
"email"
,
"host"
=>
"sso.thape.com.cn"
,
"identifier"
=>
""
,
"secret"
=>
""
,
"issuer"
=>
"https://sso.thape.com.cn"
,
"client_auth_method"
=>
"query"
,
"discovery"
=>
true
,
"attribute_map"
=>
{
"last_name"
=>
"chinese_name"
}}
```
https://github.com/doorkeeper-gem/doorkeeper-openid_connect?tab=readme-ov-file#routes
https://github.com/doorkeeper-gem/doorkeeper-openid_connect?tab=readme-ov-file#routes
...
...
...
...