Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Quickstart UI for Duende IdentityServer

License

NotificationsYou must be signed in to change notification settings

DuendeArchive/IdentityServer.Quickstart.UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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/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| bash

Or you can use ourtemplates:

dotnet new -i Duende.IdentityServer.Templatesdotnet new isui

Issues

For issues, use theDuende IdentityServer issue tracker.

About

Quickstart UI for Duende IdentityServer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp