All Projects → DuendeSoftware → IdentityServer.Quickstart.UI.AspNetIdentity

DuendeSoftware / IdentityServer.Quickstart.UI.AspNetIdentity

Licence: Apache-2.0 license
Quickstart UI for Duende IdentityServer using ASP.NET Identity

Programming Languages

C#
18002 projects
Less
1899 projects
CSS
56736 projects
HTML
75241 projects
SCSS
7915 projects
powershell
5483 projects

Projects that are alternatives of or similar to IdentityServer.Quickstart.UI.AspNetIdentity

trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Stars: ✭ 271 (+1190.48%)
Mutual labels:  duende-identityserver

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.ps1 | bash

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

dotnet new -i Duende.IdentityServer.Templates
dotnet new isaspid

Issues

For issues, use the Duende IdentityServer issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].