- Notifications
You must be signed in to change notification settings - Fork19
Quickstart UI for Duende IdentityServer
License
DuendeArchive/IdentityServer.Quickstart.UI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repo contains a sample UI for login, logout, grant management and consent.
Note that the repo doesn't include solution and project files, but should be copied to your project as described below.
This repo contains the UI for the in-memory test user store as a starting point, seehere for a version using Microsoft's ASP.NET Identity user management library.
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/main/getmain.ps1'))Or using bash one-liner on macOS or Linux:
curl -L https://raw.githubusercontent.com/DuendeSoftware/IdentityServer.Quickstart.UI/main/getmain.sh| bashOr you can use ourtemplates:
dotnet new -i Duende.IdentityServer.Templatesdotnet new isuiFor issues, use theDuende IdentityServer issue tracker.
About
Quickstart UI for Duende IdentityServer
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors5
Uh oh!
There was an error while loading.Please reload this page.