From 2973e44302bf2bbc5f0a8773a908aa6f775d2b78 Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Mon, 25 Oct 2021 09:31:37 +0000 Subject: [PATCH] docs: update wg-basic/oauth2 --- wg-basic/oauth2.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wg-basic/oauth2.md b/wg-basic/oauth2.md index cd5ebaf..5a1751b 100644 --- a/wg-basic/oauth2.md +++ b/wg-basic/oauth2.md @@ -2,7 +2,7 @@ title: 9.OAuth2单点登录 description: OAuth2单点登录服务端与客户端配置 published: true -date: 2021-09-24T06:58:35.700Z +date: 2021-10-25T09:31:36.053Z tags: wg-basic editor: markdown dateCreated: 2021-09-24T06:28:37.207Z @@ -59,4 +59,7 @@ security: user-info-uri: ${security.oauth2.oauth-server}/user authorization: check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key + +api-path: + user-center: http://127.0.0.1:7011/usercenter ``` \ No newline at end of file