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 @
461b16e1
...
@@ -25,16 +25,23 @@ From auth_providers provider.
...
@@ -25,16 +25,23 @@ From auth_providers provider.
```
json
```
json
{
{
"host"
:
"sso.thape.com.com"
,
"icon"
:
"openid_connect/auth_provider-th.png"
,
"icon"
:
"openid_connect/auth_provider-custom.png"
,
"host"
:
"sso.thape.com.com"
,
"claims"
:
""
,
"issuer"
:
"https://sso.thape.com.cn"
,
"issuer"
:
"https://sso.thape.com.cn"
,
"jwks_uri"
:
"https://sso.thape.com.cn/oauth/discovery/keys"
,
"jwks_uri"
:
"https://sso.thape.com.cn/oauth/discovery/keys"
,
"client_id"
:
""
,
"client_id"
:
""
,
"acr_values"
:
""
,
"metadata_url"
:
"https://sso.thape.com.cn/.well-known/openid-configuration"
,
"metadata_url"
:
"https://sso.thape.com.cn/.well-known/openid-configuration"
,
"client_secret"
:
""
,
"client_secret"
:
""
,
"mapping_admin"
:
""
,
"mapping_email"
:
""
,
"mapping_login"
:
""
,
"oidc_provider"
:
"custom"
,
"oidc_provider"
:
"custom"
,
"token_endpoint"
:
"https://sso.thape.com.cn/oauth/token"
,
"token_endpoint"
:
"https://sso.thape.com.cn/oauth/token"
,
"mapping_last_name"
:
"chinese_name"
,
"userinfo_endpoint"
:
"https://sso.thape.com.cn/oauth/userinfo"
,
"userinfo_endpoint"
:
"https://sso.thape.com.cn/oauth/userinfo"
,
"mapping_first_name"
:
""
,
"end_session_endpoint"
:
""
,
"end_session_endpoint"
:
""
,
"authorization_endpoint"
:
"https://sso.thape.com.cn/oauth/authorize"
,
"authorization_endpoint"
:
"https://sso.thape.com.cn/oauth/authorize"
,
"post_logout_redirect_uri"
:
""
"post_logout_redirect_uri"
:
""
...
...
...
...