Update Note to configure SSO authored by 过纯中's avatar 过纯中
...@@ -60,9 +60,9 @@ From auth_providers provider. ...@@ -60,9 +60,9 @@ From auth_providers provider.
"icon": "openid_connect/auth_provider-custom.png", "icon": "openid_connect/auth_provider-custom.png",
"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": "ih16-Fd0ESwlYtt5OfXpnNpd7qH7yzPk1JuWsFSPKZg", "client_id": "",
"metadata_url": "https://sso.thape.com.cn/.well-known/openid-configuration", "metadata_url": "https://sso.thape.com.cn/.well-known/openid-configuration",
"client_secret": "PQM8NwItgQr-EHjwhf8h-QyylOxBT0mU0JZ9-IB9ZO0", "client_secret": "",
"oidc_provider": "custom", "oidc_provider": "custom",
"token_endpoint": "https://sso.thape.com.cn/oauth/token", "token_endpoint": "https://sso.thape.com.cn/oauth/token",
"userinfo_endpoint": "https://sso.thape.com.cn/oauth/userinfo", "userinfo_endpoint": "https://sso.thape.com.cn/oauth/userinfo",
... ...
......