You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | 5 years ago | |
|---|---|---|
| .. | ||
| src | 6 years ago | |
| .gitignore | 6 years ago | |
| pom.xml | 5 years ago | |
| readme.md | 6 years ago | |
		
			
				
				readme.md
			
		
		
			
			
		
	
	应用授权服务
- 启动注册中心、网关、本服务(sop-auth)
- 浏览器访问:http://localhost:8087/oauth2/appToAppAuth?app_id=2019032617262200001&redirect_uri=http%3a%2f%2flocalhost%3a8087%2foauth2callback
- 输入用户名密码登录,这里是zhangsan/123456
授权接口在OAuth2Controller中,查看回调接口在CallbackController中
回调接口应该由开发者实现,这里为了演示,写在一起。
token的维护,重点关注OAuth2ManagerRedis.java