文章《芋道 Spring Security OAuth2 单点登录》有误
作者: FateFrank创建于 2020年7月30日更新于 2021年2月4日
- Article link: http://www.iocoder.cn/Spring-Security/OAuth2-learning-sso/?self 2. In section 3.2 of the article, there is the following sentence: > ④ The security.oauth2.client.access-token-uri configuration item specifies the address for obtaining the access token. After the unified login system completes the unified login and authorization, the browser will redirect to the callback address of the XXX system. At this address, the security.oauth2.client.user-authorization-uri address of the unified login system will be called, and the access token will be obtained through the authorization code. The security.oauth2.client.user-authorization-uri address configured here is the oauth/token interface of the authorization server.
内容来源: yudaocode/SpringBoot-Labs