cmsd2 / oidc

OpenIdConnect Authorisation Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenIdConnect Authorisation Service

Build Status

Uses OpenIddict, AspNetCore.Identity.DynamoDB and others to implement an Oidc authorisation service.

Features

  • Local user registration and login
  • TOTP two-factor auth

Running

  1. Install dotnet core sdk.
  2. Restore packages
  3. Build
  4. Create a jwt signing certificate at src/OpenIdConnectServer/cert.pfx
  5. Create a settings json file in src/OpenIdConnectServer/appsettings.development.json with the cert password.
  6. Run

About

OpenIdConnect Authorisation Service

License:Apache License 2.0


Languages

Language:C# 77.9%Language:JavaScript 15.2%Language:CSS 6.4%Language:HTML 0.5%Language:Shell 0.0%Language:PowerShell 0.0%