Dive into a comprehensive exploration of authentication and authorization in ASP.NET Core through this 59-minute conference talk. Learn how to implement various authentication methods, including social logins, local logins, AD-based logins, and token-based authentication for SPAs. Discover the simplicity of configuring and using different types of authN and authZ with just a few lines of code and minor configuration. Follow along as the speaker demonstrates an application overview, authentication builder, authentication controller, claims, logging processes, and the setup of external providers. Gain insights into Azure AD B2C, Azure AD Controller, and Identity Server implementations. Walk away with the knowledge to efficiently secure your ASP.NET Core applications using multiple authentication strategies.
The Whirlwind Tour of Authentication and Authorization with ASP.NET Core