Using OAuth to Secure Your ASP.NET 4 API
Learn how to use ASP.NET and OAuth together to build a world-class, secure, and high-quality API. You'll cover bad examples of ASP.NET API, approaches with third-party applications, different OAuth flows, Identity Server, and more.
What you'll learn
How do you build a powerful and secure API using ASP.NET? In this course, Using OAuth to Secure Your ASP.NET 4 API, you'll learn how to use ASP.NET and OAuth together to create an API that is highly secure and well-built. You'll start off by looking at an insecure and badly-designed ASP.NET API, talking about how to approach this API from third party applications, and also how to consume this API internally. You will then examine the benefits of choosing different OAuth flows for different scenarios. Finally, you'll see how you can use IdentityServer to protect your API. At the end of this course, you'll have the skills you need to be able to build APIs that are a lot more secure.
Table of contents
- Version Check 0m
- Overview 2m
- What Did Our Bad API Do? 1m
- Where Does OAuth Come In? 3m
- Why Not Twitter, Google, Facebook, or Other External Logins? 1m
- Demo: Using OAuth - What Does it Look Like? 4m
- A Few Questions 1m
- OAuth 2.0 and OpenId Connect 3m
- Access Tokens 7m
- Demo: Getting and Inspecting an Access Token 4m
- Demo: Using an Access Token 4m
- Access Token Validation 2m
- Demo: Manipulating an Access Token 6m
- Refresh Tokens, Flows, & Grants 3m
- Redirect Flow - Implicit Grant 2m
- Introducing IdentityServer 1m
- Summary 3m