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

這個請求是對得

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

 

 

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章