OAuth2.0 授权验证

http://localhost:8080/oauth/authorization?client_id=client&respose_type=code

http://localhost:8080/oauth/authorization?client_id=client&respose_type=code&scope=app

 

 

http://localhost:8080/oauth/authorize?client_id=client&respose_type=code&scope=app

这个请求是对得

1.如下是授权码模式

http://localhost:8080/oauth/authorize?client_id=client&response_type=code

 

http://client:secret@localhost:8080/oauth/token

OAuth2.0 授权验证_第1张图片

OAuth2.0 授权验证_第2张图片

OAuth2.0 授权验证_第3张图片

OAuth2.0 授权验证_第4张图片

你可能感兴趣的:(springboot,oauth2.0,java,oauth)