Secure .Net Microservices with IdentityServer4 OAuth2, OpenID

Secure .Net Microservices with IdentityServer4 OAuth2, OpenID
99.99 USD
Buy Now

You will learn how to secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Were going to protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies, and so on. This course will led you get started securing your ASP.NET based microservices applications with IdentityServer4 using OAuth 2 and OpenID Connect on distributed microservices architecture. And Also youll learn how to secure protected APIs backing with Ocelot API Gateway in a microservices architecture. Check the overall picture You can see that we will have 4 asp.net core microservices project which we are going to develop one by one and together. Movies. APIFirst of all, we are going to develop Movies. API project and protect this API resources with IdentityServer4 OAuth 2.0 implementation. Generate JWT Token with client credentials from IdentityServer4 and will use this token for securing Movies. API protected resources. Movies. MVCAfter that, we are going to develop Movies. MVC Asp.Net project for Interactive Client of our application. This Interactive Movies. MVC Client application will be secured with OpenID Connect in IdentityServer4. Our client application pass credentials with logging to an Identity Server and receive back a JSON Web Token (JWT).Identity ServerAlso, we are going to develop centralized standalone Authentication Server and Identity Provider with implementing IdentityServer4 package and the name of microservice is Identity Server. Identity Server4 is an open source framework which implements OpenId Connect and OAuth2 protocols for .Net Core. With Identity Server, we can provide authentication and access control for our web applications or Web APIs from a single point between applications or on a user basis. Ocelot API GatewayLastly, we are going to develop Ocelot API Gateway and make secure protected API resources over the Ocelot API Gateway with transferring JWT web tokens. Once the client has a bearer token it will call the API endpoint which is fronted by Ocelot. Ocelot is working as a reverse proxy. After Ocelot reroutes the request to the internal API, it will present the token to Identity Server in the authorization pipeline. If the client is authorized the request will be processed and a list of movies will be sent back to the client. Also over these overall picture, we have also apply the claim based authentications. By the end of this course, you will have a practical understanding of how to secure .Net 5 Microservices with IdentityServer4 using OAuth2, OpenID Connect and Ocelot Api Gateway. Secure Existing Microservices ArchitectureIn the last section, we will give an assignment for security operations with identity server integration for an existing microservices reference application. We had developed run-aspnetcore-microservices reference application before this course. We will extend this application with IdentityServer OAuth 2.0 and OpenId Connect features with adding new Identity Server Microservice. Is this course for you?This course is very practical, about 90%+ of the lessons will involve you coding along with me on this project. If you are the type of person who gets the most out of learning by doing, then this course is definitely for you. Tools you need for this courseIn this course all the lessons are demonstrated using Visual Studio 2019 as a code editor. You can of course use any code editor you like and any Operating system you like as long as it’s Windows or Mac.