Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfactor26 authored Apr 23, 2022
1 parent b957ad9 commit 3d9bad4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Pixel Identity
Pixel Identity is a blazor based UI on top of https://github.com/openiddict/openiddict-core and Asp.Net Core Identity with an aim to **quickly setup an OpenID Connect
service** for your applications. Pixel Identity provides a web based UI to manage Users and Roles associated with Asp.Net Core Identity as well as entities like
OpenIddictApplicationDescriptor and OpenIddictScopeDescriptor required by https://github.com/openiddict/openiddict-core.
It also provides support for working with **multiple databases e.g. MongoDb, Postgres, SQL Server** using plugins.

## Getting started

You can run Pixely Identity behind a Reverse proxy with SSL termination with any supported database
- Use with docker.
- Standalone executable on any OS supported by .net core

0 comments on commit 3d9bad4

Please sign in to comment.