# oauthDemo **Repository Path**: MrJoeGit/oauth-demo ## Basic Information - **Project Name**: oauthDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-12 - **Last Updated**: 2024-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 资源拥有者凭据许可类型测试地址post: http://localhost:8080/oauth/token?grant_type=password&client_id=userservice1&client_secret=1234&username=writer&password=writer 客户端授权许可类型 post: http://localhost:8080/oauth/token?grant_type=client_credentials&client_id=userservice2&client_secret=1234 授权码许可类型 http://localhost:8080/oauth/authorize?response_type=code&client_id=userservice3&redirect_uri=https://baidu.com 参考https://learn.lianglianglee.com/%e4%b8%93%e6%a0%8f/OAuth2.0%e5%ae%9e%e6%88%98%e8%af%be/11%20%e5%ae%9e%e6%88%98%e6%a1%88%e4%be%8b%ef%bc%9a%e4%bd%bf%e7%94%a8Spring%20Security%e6%90%ad%e5%bb%ba%e4%b8%80%e5%a5%97%e5%9f%ba%e4%ba%8eJWT%e7%9a%84OAuth%202.0%e6%9e%b6%e6%9e%84.md