Using Single Sign-On for Securing Applications in ASP.NET Core

Delve into using Single Sign-On (SSO) to secure ASP.NET Core applications, including MVC, web API, and more. Discover protocols, configuration, and securing pages and endpoints.

Intermediate

58 Lessons

25h

Certificate of Completion

Delve into using Single Sign-On (SSO) to secure ASP.NET Core applications, including MVC, web API, and more. Discover protocols, configuration, and securing pages and endpoints.

AI-POWERED

Explanations

AI-POWERED

Explanations

This course includes

43 Playgrounds
8 Quizzes

This course includes

43 Playgrounds
8 Quizzes

Course Overview

Securing web applications is extremely important, as you do not want unauthorized people to gain access to your data. The most convenient way of securing an application is to use single sign-on (SSO) because it allows users to authenticate once and gain access to all apps within the same system. In this course, you’ll cover the process of using SSO in ASP.NET Core apps. You’ll also cover its usage inside all application types supported by ASP.NET Core, including MVC, web API, gRPC services, Blazor, and Sig...Show More

What You'll Learn

An understanding of the fundamentals of authentication and authorization

Familiarity with how single sign-on works with OpenID Connect and OAuth

Hands-on experience implementing single sign-on in all ASP.NET Core application types, including Blazor

Working knowledge of how to build your own authentication provider

Hands-on experience with integrating any type of single sign-on provider with ASP.NET Core application middleware

What You'll Learn

An understanding of the fundamentals of authentication and authorization

Show more

Course Content

1.

Introduction to Single Sign-On (SSO)

Get familiar with SSO in ASP.NET Core, its basics, and essential implementation steps.
2.

JWT and Authorization Middleware

Unpack the core of JWTs, authentication middleware, SSO configuration, and role-based authorization in ASP.NET Core.
3.

Enabling SSO in MVC Apps

Work your way through enabling SSO, configuring authentication, and managing MVC views access in ASP.NET Core.
4.

Enabling SSO in Razor Pages

Grasp the fundamentals of securely integrating SSO in Razor Pages apps.
5.

Enabling SSO in Web API

Dig into securing and authorizing web API endpoints using JWTs and other methodologies.
6.

Enabling SSO in Blazor

9 Lessons

Follow the process of enabling and securing SSO for Blazor WebAssembly and Server applications.
7.

Enabling SSO in gRPC

6 Lessons

Master the steps to secure gRPC communication using JWT, authorize endpoints, and handle errors.
8.

Enabling SSO in SignalR

5 Lessons

Try out securing SignalR with JWT and OIDC for authenticated communication.
9.

Wrapping Up

2 Lessons

Walk through securing ASP.NET Core apps using SSO, OpenID Connect, and OAuth protocols.
10.

Appendix

2 Lessons

Work your way through setting up a local environment and securing it with an SSL certificate.

Course Author

Trusted by 1.4 million developers working at companies

Anthony Walker

@_webarchitect_

Emma Bostian 🐞

@EmmaBostian

Evan Dunbar

ML Engineer

Carlos Matias La Borde

Software Developer

Souvik Kundu

Front-end Developer

Vinay Krishnaiah

Software Developer

Eric Downs

Musician/Entrepeneur

Kenan Eyvazov

DevOps Engineer

Anthony Walker

@_webarchitect_

Emma Bostian 🐞

@EmmaBostian

Hands-on Learning Powered by AI

See how Educative uses AI to make your learning more immersive than ever before.

Instant Code Feedback

Evaluate and debug your code with the click of a button. Get real-time feedback on test cases, including time and space complexity of your solutions.

AI-Powered Mock Interviews

Adaptive Learning

Explain with AI

AI Code Mentor