Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 585 Bytes

File metadata and controls

16 lines (11 loc) · 585 Bytes

SpringBootOAuth2

This project is copied from https://github.com/wdkeyser02/SpringBootOAuth2.

Spring Authorization Server Endpoint:

异常

  • authorization_request_not_found:由 OAuth2LoginAuthenticationFilter 抛出异常,原因是客户端和授权服务器之间 cookie 被覆盖,需要将客户端配置中 issuer-uri 修改为域名。