Coder Social home page Coder Social logo

faroukoyekunle / gettingstartedwithidentityserver4.aspnetcore Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 3.43 MB

IdentityServer4 in ASP.NET Core

C# 73.05% HTML 20.69% CSS 5.16% JavaScript 1.11%
authentication identity identityserver identityserver4 oauth2 openid-connect

gettingstartedwithidentityserver4.aspnetcore's Introduction

GettingStartedWithIdentityServer4 - ASP .NET Core

What is IdentityServer4?

You can clone the Repository.

#IdentityServer4 is a FREE, Open Source OpenID Connect and OAuth 2.0 framework for ASP.NET Core.

  • It is an Authentication Provider for your Solutions.

  • It is a framework that is built on top of OpenID Connect and OAuth 2.0 for ASP.NET Core.

  • The main idea is to centralize the authentication provider. Let’s say you have 5 APIS / Microservices.

  • You really don’t have to define the Authentication Logics in each and every Application.

Rather, with IdentityServer4 you get to centralize the Access Control so that each and every APIs are secured by the Central IdentityServer.

  • Another cool feature is when a client (Web Application) wants to access a secured API, IdentityServer4 generates access tokens seamlessly to make this possible.

Responsibilities of IdentityServer4

  • protect your resources

  • authenticate users using a local account store or via an external identity provider

  • provide session management and single sign-on

  • manage and authenticate clients

  • issue identity and access tokens to clients

  • validate tokens

gettingstartedwithidentityserver4.aspnetcore's People

Contributors

faroukoyekunle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.