- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 113字
- 2021-07-08 09:35:08
There's more...
When using the Implicit grant type, always be aware of requiring the redirect URI registration by the third-party application. This will ensure that the access token won't be delivered to an undesired registered client. Any malicious user might be capable of registering an application to try to impersonate another regular client application to receive an access token in its name, and the results might be disastrous if not requiring the registering of the redirection URI.
Another important issue that will be enforced on each recipe is to bear in mind the need to use TLS/SSL in production to always protect all the transferred data between clients and the OAuth 2.0 Provider.
推薦閱讀
- C及C++程序設計(第4版)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 實用防銹油配方與制備200例
- Getting Started with CreateJS
- Internet of Things with Intel Galileo
- Mastering Kali Linux for Web Penetration Testing
- Java Web開發技術教程
- SSM輕量級框架應用實戰
- Python數據可視化之Matplotlib與Pyecharts實戰
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Kotlin從基礎到實戰
- Java并發編程之美
- Clojure for Java Developers
- BeagleBone Robotic Projects(Second Edition)
- 零基礎C#學習筆記