From 3d9bad471ef9b230d6c7b02dc2c1eefedc94ecc1 Mon Sep 17 00:00:00 2001 From: Nish26 Date: Sat, 23 Apr 2022 21:13:29 +0530 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9f3510 --- /dev/null +++ b/README.md @@ -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