© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
A. GirettiCoding Clean, Reliable, and Safe REST APIs with ASP.NET Core 8https://doi.org/10.1007/978-1-4842-9979-1_10

10. Secure Your Application with OpenID Connect

Anthony Giretti1  
(1)
La Salle, QC, Canada
 
Security is essential in an application, by which I mean that almost all applications need a mechanism to identify the user attempting to perform actions on them. This is called authentication, which should not be confused with authorization, a mechanism allowing privileges to be given to an authenticated user, that is, allowing them to perform specific actions that other users will not achieve. In this chapter, you will learn
  • Introduction to OpenID Connect ...

Get Coding Clean, Reliable, and Safe REST APIs with ASP.NET Core 8: Develop Robust Minimal APIs with .NET 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.