ASP.NET Web API Security Essentials(Paperback)
暫譯: ASP.NET Web API 安全性基礎知識(平裝本)
Rajesh Gunasundaram
- 出版商: Packt Publishing
- 出版日期: 2015-11-30
- 售價: $1,860
- 貴賓價: 9.5 折 $1,767
- 語言: 英文
- 頁數: 152
- 裝訂: Paperback
- ISBN: 178588221X
- ISBN-13: 9781785882210
-
相關分類:
.NET、ASP.NET、資訊安全
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$780$663 -
$780$616 -
$301單元測試的藝術 - 以 C# 為範例『第二版』
-
$280$218 -
$403觸手可及的大數據分析工具:Tableau 案例集
-
$305圖解機器學習
-
$590$502 -
$690$538 -
$620$484 -
$250鳳凰計畫:一個 IT計畫的傳奇故事 (The Phoenix Project : A Novel about IT, DevOps, and Helping your business win)(沙盤特別版)
-
$480$379 -
$520$442 -
$680$530 -
$420$332 -
$354$336 -
$360$306 -
$720$562 -
$590$502 -
$580$458 -
$297Bootstrap 入門經典 (Sams Teach Yourself Bootstrap in 24 Hours)
-
$450$356 -
$520$343 -
$580$493 -
$500$395 -
$350$277
相關主題
商品描述
Take the security of your ASP.NET Web API to the next level using some of the most amazing security techniques around
About This Book
- This book has been completely updated for ASP.NET Web API 2.0 including the new features of ASP.NET Web API such as Cross-Origin Resource Sharing (CORS) and OWIN self-hosting
- Learn various techniques to secure ASP.NET Web API, including basic authentication using authentication filters, forms, Windows Authentication, external authentication services, and integrating ASP.NET's Identity system
- An easy-to-follow guide to enable SSL, prevent Cross-Site Request Forgery (CSRF) attacks, and enable CORS in ASP.NET Web API
Who This Book Is For
This book is intended for anyone who has previous knowledge of developing ASP.NET Web API applications. Good working knowledge and experience with C# and.NET Framework are prerequisites for this book.
What You Will Learn
- Secure your web API by enabling Secured Socket Layer (SSL)
- Manage your application's user accounts by integrating ASP.NET's Identity system
- Ensure the security of your web API by implementing basic authentication
- Implement forms and Windows authentication to secure your web API
- Use external authentication such as Facebook and Twitter to authenticate a request to a web API
- Protect your web API from CSRF attacks
- Enable CORS in your web API to explicitly allow some cross-origin requests while rejecting others
- Fortify your web API using OAuth2
In Detail
This book incorporates the new features of ASP.NET Web API 2 that will help you to secure an ASP.NET Web API and make a well-informed decision when choosing the right security mechanism for your security requirements.
We start by showing you how to set up a browser client to utilize ASP.NET Web API services. We then cover ASP.NET Web API's security architecture, authentication, and authorization to help you secure a web API from unauthorized users. Next, you will learn how to use SSL with ASP.NET Web API, including using SSL client certificates, and integrate the ASP.NET Identity system with ASP.NET Web API.
We'll show you how to secure a web API using OAuth2 to authenticate against a membership database using OWIN middleware. You will be able to use local logins to send authenticated requests using OAuth2. We also explain how to secure a web API using forms authentication and how users can log in with their Windows credentials using integrated Windows authentication. You will come to understand the need for external authentication services to enable OAuth/OpenID and social media authentication. We'll then help you implement anti-Cross-Site Request Forgery (CSRF) measures in ASP.NET Web API.
Finally, you will discover how to enable Cross-Origin Resource Sharing (CORS) in your web API application.
Style and approach
Each chapter is dedicated to a specific security technique, in a task-based and easy-to-follow way. Most of the chapters are accompanied with source code that demonstrates the step-by-step guidelines of implementing the technique, and includes an explanation of how each technique works.
商品描述(中文翻譯)
使用一些最令人驚豔的安全技術將您的 ASP.NET Web API 的安全性提升到一個新水平
本書介紹
- 本書已完全更新至 ASP.NET Web API 2.0,包括 ASP.NET Web API 的新功能,如跨來源資源共享 (CORS) 和 OWIN 自我託管
- 學習各種技術來保護 ASP.NET Web API,包括使用身份驗證過濾器的基本身份驗證、表單、Windows 身份驗證、外部身份驗證服務,以及整合 ASP.NET 的身份系統
- 易於遵循的指南,啟用 SSL、防止跨站請求偽造 (CSRF) 攻擊,並在 ASP.NET Web API 中啟用 CORS
本書適合誰
本書適合任何具有開發 ASP.NET Web API 應用程式的先前知識的人。對 C# 和 .NET Framework 有良好的工作知識和經驗是本書的前提。
您將學到什麼
- 通過啟用安全套接字層 (SSL) 來保護您的 Web API
- 通過整合 ASP.NET 的身份系統來管理應用程式的用戶帳戶
- 通過實施基本身份驗證來確保您的 Web API 的安全性
- 實施表單和 Windows 身份驗證以保護您的 Web API
- 使用 Facebook 和 Twitter 等外部身份驗證來驗證對 Web API 的請求
- 保護您的 Web API 免受 CSRF 攻擊
- 在您的 Web API 中啟用 CORS,以明確允許某些跨來源請求,同時拒絕其他請求
- 使用 OAuth2 加固您的 Web API
詳細內容
本書包含 ASP.NET Web API 2 的新功能,這將幫助您保護 ASP.NET Web API,並在選擇適合您安全需求的安全機制時做出明智的決策。
我們首先展示如何設置瀏覽器客戶端以利用 ASP.NET Web API 服務。然後,我們將涵蓋 ASP.NET Web API 的安全架構、身份驗證和授權,以幫助您保護 Web API 免受未經授權的用戶訪問。接下來,您將學習如何在 ASP.NET Web API 中使用 SSL,包括使用 SSL 客戶端證書,並將 ASP.NET 身份系統與 ASP.NET Web API 整合。
我們將展示如何使用 OAuth2 來保護 Web API,通過 OWIN 中介軟體對會員數據庫進行身份驗證。您將能夠使用本地登錄發送經過身份驗證的請求。我們還解釋了如何使用表單身份驗證來保護 Web API,以及用戶如何使用集成的 Windows 身份驗證登錄。您將理解外部身份驗證服務的必要性,以啟用 OAuth/OpenID 和社交媒體身份驗證。然後,我們將幫助您在 ASP.NET Web API 中實施防止跨站請求偽造 (CSRF) 的措施。
最後,您將發現如何在您的 Web API 應用程式中啟用跨來源資源共享 (CORS)。
風格與方法
每一章都專注於特定的安全技術,以任務為基礎且易於遵循的方式進行。大多數章節都附有源代碼,展示實施該技術的逐步指南,並包括對每種技術如何運作的解釋。