Code Monkey home page Code Monkey logo

aspnetcoreauthenticationserver's Introduction

ASP.NET Core Identity Service with OpenIddict

This repository contains the code for implementing a standalone identity service using ASP.NET Core and OpenIddict. The identity service is designed to provide authorization and authentication capabilities for other applications through the OAuth 2.0 and OpenID Connect protocols.

Key Features

  • OpenID Connect and OAuth 2.0 Support
  • Token Management
  • Security Features
  • Integration with External Identity Providers
  • Authorization Flows

Authorization Code Flow

The Authorization Code Flow is recommended for new applications. It involves several steps, including initiating the authentication process, validating cookies, user authentication, and token exchange.

Scopes

Scopes define the specific permissions or access levels requested by client applications during the authorization process. Common scopes include openid, profile, email, address, phone, and offline_access.

Getting Started

To set up the project:

  1. Clone this repository.
  2. Open it in Visual Studio.
  3. Configure PostgreSQL as the database.
  4. Install the required OpenIddict packages using NuGet.
  5. Configure OpenIddict in your ASP.NET Core application.
  6. Run both projects separately after the required configurations (connection string etc.)

Code Structure

  • Authentication Endpoint: Implementation of the "/authorize" endpoint.
  • Token Endpoint: Implementation of the "/token" endpoint.
  • Logout Endpoint: Implementation of the logout functionality.
  • Login With External Identity Provider: Configuration for external identity providers.
  • Callback Endpoint: Implementation of the callback endpoint for external authentication.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

aspnetcoreauthenticationserver's People

Contributors

safyan-yaqoob avatar

Stargazers

Dipjyoti Sikder 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.