- 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.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實踐
- 程序員面試筆試寶典(第3版)
- LabVIEW程序設(shè)計基礎(chǔ)與應(yīng)用
- Java Web基礎(chǔ)與實例教程(第2版·微課版)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- ASP.NET Web API Security Essentials
- Mastering Apache Camel
- Access數(shù)據(jù)庫應(yīng)用教程(2010版)
- Node.js實戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- SAS編程演義
- Python滲透測試編程技術(shù):方法與實踐(第2版)
- Java Web入門很輕松(微課超值版)
- Lync Server Cookbook
- C語言進(jìn)階:重點(diǎn)、難點(diǎn)與疑點(diǎn)解析
- Getting Started with Backbone Marionette