DuendeSoftware / IdentityServer.Quickstart.UI.AspNetIdentity

Quickstart UI for Duende IdentityServer using ASP.NET Identity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart UI for a Duende IdentityServer using ASP.NET Core Identity

This repo contains a sample UI for login, logout, grant management and consent and uses ASP.NET Identity Core for users.

Note that the repo doesn't include solution and project files, but should be copied to your project as described below.

Adding the quickstart UI

This repo contains the pages, models, views and CSS files needed for the UI. Simply download/clone it and copy the folders into the web project.

Alternatively you can run this powershell script from your web project directory to download them automatically:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/DuendeSoftware/IdentityServer.Quickstart.UI.AspNetIdentity/main/getmain.ps1'))

Or using bash one-liner on macOS or Linux:

curl -L https://raw.githubusercontent.com/DuendeSoftware/IdentityServer.Quickstart.UI.AspNetIdentity/main/getmain.sh | bash

Or you can use our templates (which will include solution and project files):

dotnet new install Duende.IdentityServer.Templates
dotnet new isaspid

Issues

For issues, use the Duende IdentityServer issue tracker.

About

Quickstart UI for Duende IdentityServer using ASP.NET Identity

License:Apache License 2.0


Languages

Language:C# 36.7%Language:Less 22.4%Language:CSS 21.5%Language:HTML 18.7%Language:SCSS 0.2%Language:PowerShell 0.2%Language:Shell 0.2%Language:JavaScript 0.1%