دانلود کتاب OAuth 2 in Action (به فارسی: OAuth 2 در عمل) نوشته شده توسط «Justin Richer – Antonio Sanso»
اطلاعات کتاب OAuth 2 در عمل
موضوع اصلی: کامپیوتر – شبکه
نوع: کتاب الکترونیکی
ناشر: Manning Publications
نویسنده: Justin Richer – Antonio Sanso
زبان: english
فرمت کتاب: PDF (قابل تبدیل به سایر فرمت ها)
سال انتشار: 2017
تعداد صفحه: 360 / 362
حجم فایل: 14.12 مگابایت
کد کتاب: 161729327X , 9781617293276
نوبت چاپ: 1
توضیحات کتاب OAuth 2 در عمل
خلاصه
OAuth 2 in Action استفاده عملی و استقرار این پروتکل مبتنی بر HTTP را از دیدگاه مشتری، مجوز، به شما میآموزد. سرور و سرور منبع شما یاد خواهید گرفت که چگونه با اطمینان و ایمن OAuth را در هر دو طرف کلاینت و سرور ایجاد و استقرار دهید. پیشگفتار توسط ایان گلیزر.
خرید کتاب چاپی شامل یک کتاب الکترونیکی رایگان در قالبهای PDF، Kindle و ePub از انتشارات منینگ است.
درباره فناوری
OAuth 2 را به عنوان نسخه وب یک کلید نوکر در نظر بگیرید. این یک پروتکل امنیتی مبتنی بر HTTP است که به کاربران یک سرویس اجازه می دهد تا برنامه ها را قادر سازند تا از آن سرویس از طرف خود بدون واگذاری کنترل کامل استفاده کنند. و OAuth در همه جا استفاده می شود، از Facebook و Google، تا استارتاپ ها و سرویس های ابری.
درباره کتاب
OAuth 2 در عمل
درباره کتاب
OAuth 2 in Action استفاده عملی و استقرار OAuth 2 را از دیدگاه یک کلاینت، یک سرور مجوز و یک سرور منبع به شما آموزش می دهد. با مروری بر OAuth و اجزا و تعاملات آن شروع میکنید. در مرحله بعد، شما به صورت عملی کار خواهید کرد و یک کلاینت OAuth، یک سرور مجوز، و یک منبع محافظت شده می سازید. سپس به توکن ها، ثبت نام مشتری پویا و موضوعات پیشرفته تر می پردازید. در پایان، میتوانید با اطمینان و ایمن OAuth را هم در سمت کلاینت و هم در سمت سرور ایجاد و استقرار دهید.
What’s Inside
- پروتکل OAuth 2 و طراحی را پوشش می دهد
- مجوز با OAuth 2
- OpenID Connect و دسترسی مدیریت شده توسط کاربر
- خطرهای پیاده سازی
- li>
- JOSE، درون نگری، ابطال، و ثبت نام
- محافظت و دسترسی به REST API
درباره Reader
خوانندگان به مهارت های برنامه نویسی اولیه و دانش HTTP و JSON نیاز دارند.
درباره نویسنده
جاستین ریچر یک معمار سیستم و مهندس نرم افزار. Antonio Sanso یک مهندس نرم افزار امنیتی و یک محقق امنیتی است. هر دو نویسنده به استانداردهای باز و منبع باز کمک می کنند.
فهرست مطالب
- قسمت 1 – مراحل اولیه
- چه OAuth 2.0 است و چرا باید اهمیت دهید؟
- رقص OAuth
- ساخت یک سرویس گیرنده ساده OAuth
- ساخت یک OAuth ساده منبع محافظت شده
- ساخت یک سرور مجوز OAuth ساده
- OAuth 2.0 در دنیای واقعی
- آسیب پذیری های مشترک مشتری
- آسیبپذیریهای رایج منابع محافظتشده
- آسیبپذیریهای معمول سرور مجوز
- آسیبپذیریهای رایج نشانه OAuth
- توکنهای OAuth
- ثبت نام مشتری پویا
- تأیید هویت کاربر با OAuth 2.0
- پروتکل ها و نمایه ها با استفاده از OAuth 2.0
- فراتر از نشانه های حامل
- خلاصه و نتیجه گیری
قسمت 2 – ساختن محیط OAuth 2
قسمت 3 – اجرای OAuth 2 و آسیب پذیری ها
بخش 4 – ادامه OAuth
Summary
OAuth 2 in Action teaches you the practical use and deployment of this HTTP-based protocol from the perspectives of a client, authorization server, and resource server. You’ll learn how to confidently and securely build and deploy OAuth on both the client and server sides. Foreword by Ian Glazer.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Think of OAuth 2 as the web version of a valet key. It is an HTTP-based security protocol that allows users of a service to enable applications to use that service on their behalf without handing over full control. And OAuth is used everywhere, from Facebook and Google, to startups and cloud services.
About the Book
OAuth 2 in Action teaches you practical use and deployment of OAuth 2 from the perspectives of a client, an authorization server, and a resource server. You’ll begin with an overview of OAuth and its components and interactions. Next, you’ll get hands-on and build an OAuth client, an authorization server, and a protected resource. Then you’ll dig into tokens, dynamic client registration, and more advanced topics. By the end, you’ll be able to confidently and securely build and deploy OAuth on both the client and server sides.
What’s Inside
- Covers OAuth 2 protocol and design
- Authorization with OAuth 2
- OpenID Connect and User-Managed Access
- Implementation risks
- JOSE, introspection, revocation, and registration
- Protecting and accessing REST APIs
About the Reader
Readers need basic programming skills and knowledge of HTTP and JSON.
About the Author
Justin Richer is a systems architect and software engineer. Antonio Sanso is a security software engineer and a security researcher. Both authors contribute to open standards and open source.
Table of Contents
- Part 1 – First steps
- What is OAuth 2.0 and why should you care?
- The OAuth dance
- Building a simple OAuth client
- Building a simple OAuth protected resource
- Building a simple OAuth authorization server
- OAuth 2.0 in the real world
- Common client vulnerabilities
- Common protected resources vulnerabilities
- Common authorization server vulnerabilities
- Common OAuth token vulnerabilities
- OAuth tokens
- Dynamic client registration
- User authentication with OAuth 2.0
- Protocols and profiles using OAuth 2.0
- Beyond bearer tokens
- Summary and conclusions
Part 2 – Building an OAuth 2 environment
Part 3 – OAuth 2 implementation and vulnerabilities
Part 4 – Taking OAuth further

برای دریافت کد تخفیف ۲۰ درصدی این کتاب، ابتدا صفحه اینستاگرام کازرون آنلاین (@kazerun.online ) را دنبال کنید. سپس، کلمه «بلیان» را در دایرکت ارسال کنید تا کد تخفیف به شما ارسال شود.