All Projects → gustavobigardi → IdentityServer.BlazorAdmin

gustavobigardi / IdentityServer.BlazorAdmin

Licence: MIT License
Identity Server AdminUI using Blazor.

Programming Languages

C#
18002 projects
HTML
75241 projects
powershell
5483 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to IdentityServer.BlazorAdmin

Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (-23.33%)
Mutual labels:  identityserver4, blazor
Identityserver4.admin
The administration for the IdentityServer4 and Asp.Net Core Identity
Stars: ✭ 2,998 (+4896.67%)
Mutual labels:  identityserver4, identityserver4-adminui
Blazorous
Maintainable CSS with Blazor
Stars: ✭ 48 (-20%)
Mutual labels:  blazor
BlazorGrid
A simple, light weight data grid component for Blazor, focused on displaying remote data. Supports sorting and row highlighting, dynamic column changes and custom cell markup.
Stars: ✭ 61 (+1.67%)
Mutual labels:  blazor
FlashCards
Learning Blazor By Creating A Flash Cards Application
Stars: ✭ 17 (-71.67%)
Mutual labels:  blazor
blazor-adminlte
This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor / Server / Web Assembly
Stars: ✭ 182 (+203.33%)
Mutual labels:  blazor
DominicanWhoCodes
DominicanWho.Codes App
Stars: ✭ 58 (-3.33%)
Mutual labels:  blazor
blazor-tasks
Blazor example To-Do App
Stars: ✭ 33 (-45%)
Mutual labels:  blazor
BlazorDB
In memory, persisted to localstorage, database for .net Blazor browser framework
Stars: ✭ 74 (+23.33%)
Mutual labels:  blazor
WebExtensions.Net
A package for consuming WebExtensions API in a browser extension.
Stars: ✭ 22 (-63.33%)
Mutual labels:  blazor
MachineLearning-BaseballPrediction-BlazorApp
Machine Learning over historical baseball data using latest Microsoft AI & Development technology stack (.Net Core & Blazor)
Stars: ✭ 36 (-40%)
Mutual labels:  blazor
SyncfusionHelpDeskClient
Syncfusion Help Desk WebAssembly
Stars: ✭ 15 (-75%)
Mutual labels:  blazor
IdentityServerSample
Sample ASP.NET Core MVC and Angular apps and API using Identity Server 4
Stars: ✭ 25 (-58.33%)
Mutual labels:  identityserver4
Blazor.Pagination
A reusable pagination component for Blazor.
Stars: ✭ 27 (-55%)
Mutual labels:  blazor
DNTPersianComponents.Blazor
A collection of Persian components for Blazor
Stars: ✭ 27 (-55%)
Mutual labels:  blazor
BlazorWasmWithDocker
Companion code sample for my blog post - Containerising a Blazor WebAssembly App
Stars: ✭ 16 (-73.33%)
Mutual labels:  blazor
AutoSaveEditForm
A replacement for the default EditForm component which will auto save a form until it is successfully submitted
Stars: ✭ 44 (-26.67%)
Mutual labels:  blazor
MudBlazor.Markdown
Markdown component based on the MudBlazor environment
Stars: ✭ 30 (-50%)
Mutual labels:  blazor
BlazorServerWithDocker
Companion code sample for my blog post - Containerising a Blazor Server App
Stars: ✭ 16 (-73.33%)
Mutual labels:  blazor
Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
Stars: ✭ 327 (+445%)
Mutual labels:  blazor

Logo

IdentityServer.BlazorAdmin

Administration UI for IdentityServer4 and Asp.Net Core Identity using WebAssembly with Blazor

Project status

Build Status

This project is currently in development

The application is written using Blazor on Asp.Net Core - .NET Core 3.0

NOTE: Works only with IdentityServer4 version => 2.3.0

NOTE: Blazor is an unsupported, experimental web framework that shouldn't be used for production workloads at this time.

Requirements

  • Install the latest .NET Core 3.x SDK. This version is still in a preview version and shouldn't be used for production workloads at this time.

  • Install and follow the instructions to install the Blazor Templates for .NET CLI

  • Install If you are using Visual Studio 2017 / 2019, install the Blazor Language Services extension to enable Blazor Templates and Support on Visual Studio

Solution Structure

  • STS:

    • IdentityServer.AspNetIdentity.Shared - Shared classes like DTO objetcs, shared between Identity Server and Blazor Views for Login, Password Reset and other stuff

    • IdentityServer.AspNetIdentity.Blazor.Client - Blazor Components used in place of Razor views like Login on Identity Server

    • IdentityServer.AspNetIdentity.Server - Identity Server 4 with ASP.NET Core Identity and EF Storage. Also, servers Blazor views for Login and other common views for IS4

  • Admin

    • IdentityServer.Blazor.Admin.Shared - Shared classes like DTO objetcs, shared between Identity Server and Blazor Views for Users, Claims, Resources and other CRUD stuff for IS administration

    • IdentityServer.Blazor.Admin.Client - Blazor Components used for Identity Server administration, like Users, Resources, Claims CRUD views

    • IdentityServer.Blazor.Admin.Server - ASP.NET Core application hosting the Admin API and also serving Blazor Components from Admin.Client project

  • Tests

    TBD

The Admin application contains the following modules:

IdentityServer.Blazor.Admin.Modules

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].