docs: update wg-basic/oauth2

This commit is contained in:
Administrator 2021-11-01 02:50:08 +00:00 committed by John Smith
parent f142cda521
commit e750ff7f41

View File

@ -2,7 +2,7 @@
title: 9.OAuth2单点登录 title: 9.OAuth2单点登录
description: OAuth2单点登录服务端与客户端配置 description: OAuth2单点登录服务端与客户端配置
published: true published: true
date: 2021-10-25T09:36:07.091Z date: 2021-11-01T02:50:07.132Z
tags: wg-basic tags: wg-basic
editor: markdown editor: markdown
dateCreated: 2021-09-24T06:28:37.207Z dateCreated: 2021-09-24T06:28:37.207Z
@ -59,7 +59,8 @@ security:
user-info-uri: ${security.oauth2.oauth-server}/user user-info-uri: ${security.oauth2.oauth-server}/user
authorization: authorization:
check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key
api-path: api-path:
user-center: http://127.0.0.1:7011/usercenter user-center: http://127.0.0.1:7011/usercenter
``` ```