Click here to Skip to main content
15,891,905 members
Articles / Web Development / ASP.NET / ASP.NET Core

ASP.NET Core: Building a Robust Authentication and Authorization System using IdentityServer

Rate me:
Please Sign up or sign in to vote.
4.11/5 (7 votes)
5 Oct 2020CPOL5 min read 10.1K   10  
Build a robust authentication and authorization system using IdentityServer and ASP.NET Core 3.1
In this article, we will see the curious case of Authentication and Authorization using the Identity Server. We will touch upon the fancy terms like OAuth 2.0 and OpenID Connect. My goal in this article is to guide you through all the messy process we have to go through while implementing the authentication and authorization. I will try my best to explain things in plain English.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I am currently working as a Senior Software Engineer in Quovantis Technologies and have an experience of more than 4 years in C#.Net. I have my graduation in Bachelor of Computer Applications and hold a diploma in Software Engineering GNIIT from NIIT.
I am very passionate about programming, love to learn new technology and believe in sharing knowledge.
My work experience includes Development of Enterprise Applications using C#,.Net,Sql Server,AngularJS and Javascript.

Comments and Discussions