GithubHelp home page GithubHelp logo

alexmi-ha / identityserver Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6.22 MB

C# 57.48% HTML 19.19% CSS 15.46% JavaScript 7.18% Dockerfile 0.69%
aspnet-mvc csharp jwt-authentication openid-connect

identityserver's Introduction

Identity Server

Centralized selfhosted OAuth provider that manages users, roles and authentication tokens.

No need to have a custom authentication and user database in all of your projects or services.

How it works

Just run this service in a docker container and configure it as your authentication route.

When your service asks for authentication, the user gets redirected to /auth/login to authenticate. Then a cookie gets set and the user is redirected back to your service.

Warning

The services must run under the same domain as the identity server. The cookie gets set to the domain of the identity server by default. (e.g. identity-server.example.com sets an authentication cookie for .example.com)

In order to verify the tokens signature, configure the identity servers public key as the asymmetric signing public key in your service.

Features

User Login and Register forms

Intuitive UI for the users to login or to create a new account

Login and register form

User profile

Extensive user profile displaying all information about the user and giving the ability to do some operations as:

  • Change profile picture
  • Change name
  • Confirm email
  • Delete Account
  • Enable 2fA
  • View active roles

user profile

Color themes

Every page is available in dark and light theme, toggleable by the button in the top right.

user profile in light mode

Admin Dashboard

A Dashboard to manage users, roles and view logs

admin-dashboard

Future Features

  • Endpoint for api authentication via a returned jwt token. This would make it possible for non http clients and services on different domains to use this provider.
  • Email Management (Sending, confirming, ...)
  • 2fA
  • Password changing
  • Log View (will be an external logging service)

Stack

This application is built using ASP.NET in .NET 8 using an MVC Web App

identityserver's People

Contributors

alexmi-ha avatar dependabot[bot] avatar

Stargazers

 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.