All Projects → IdentityManager → Identitymanager2

IdentityManager / Identitymanager2

Licence: apache-2.0
Development tool for administering users and roles

Projects that are alternatives of or similar to Identitymanager2

identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (-40.85%)
Mutual labels:  identity, asp-net-core
Aspnetcore2cookieauthentication
Cookie Authentication without ASP.NET Core Identity 3.x
Stars: ✭ 19 (-88.41%)
Mutual labels:  asp-net-core, identity
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (-63.41%)
Mutual labels:  identity, asp-net-core
Identity.Firebase
ASP.NET Identity Firebase Provider
Stars: ✭ 23 (-85.98%)
Mutual labels:  identity, asp-net-core
Cierge
🗝️ Passwordless OIDC authentication done right
Stars: ✭ 1,245 (+659.15%)
Mutual labels:  asp-net-core, identity
Aspnetcore2jwtauthentication
Jwt Authentication without ASP.NET Core Identity
Stars: ✭ 218 (+32.93%)
Mutual labels:  asp-net-core, identity
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+337.2%)
Mutual labels:  asp-net-core, identity
Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (+9.15%)
Mutual labels:  asp-net-core, identity
Aspnetcoreid4external
external OpenID Connect Login to IdentityServer4 with AAD
Stars: ✭ 63 (-61.59%)
Mutual labels:  asp-net-core, identity
Ravendb.identity
RavenDB Identity provider for ASP.NET Core. Let RavenDB manage your users and logins.
Stars: ✭ 50 (-69.51%)
Mutual labels:  asp-net-core, identity
Identity.redis
ASP.NET Identity Redis Provider
Stars: ✭ 22 (-86.59%)
Mutual labels:  asp-net-core, identity
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: ✭ 165 (+0.61%)
Mutual labels:  asp-net-core, identity
Aspnetcore.identity.mongodbcore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Stars: ✭ 118 (-28.05%)
Mutual labels:  asp-net-core, identity
Active Directory B2c Dotnetcore Webapp
An ASP.NET Core web application that can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API.
Stars: ✭ 160 (-2.44%)
Mutual labels:  asp-net-core, identity
Aspnetcoresample
Asp.Net Core Samples.
Stars: ✭ 143 (-12.8%)
Mutual labels:  asp-net-core
Aspnetcore
ASP.NET Core Extension Library
Stars: ✭ 152 (-7.32%)
Mutual labels:  asp-net-core
Bouncer Proxy
👮🏻🛰 Ethereum identity proxy contract that bounces meta transactions of etherless accounts.
Stars: ✭ 142 (-13.41%)
Mutual labels:  identity
Fluentvalidation.blazor
Fluent Validation-powered Blazor component for validating standard <EditForm> 🌌 ✅
Stars: ✭ 140 (-14.63%)
Mutual labels:  asp-net-core
Bitframework
Full stack dev framework for C# / TypeScript / JavaScript developers
Stars: ✭ 158 (-3.66%)
Mutual labels:  asp-net-core
52abp.school
52ABP实战系列教程入门-52ABP学校管理系统
Stars: ✭ 152 (-7.32%)
Mutual labels:  asp-net-core

IdentityManager2

NuGet Gitter

IdentityManager2 is a tool for developers and/or administrators to manage the identity information for users of their applications in ASP.NET Core. This includes creating users, editing user information (passwords, email, claims, etc.) and deleting users. It provides a modern replacement for the ASP.NET WebSite Administration tool that used to be built into Visual Studio.

In theory, IdentityManager2 can work with any user store, it just requires an implementation of IIdentityManagerService. For example ASP.NET Core Identity usage, check out IdentityManager2.AspNetIdentity.

IdentityManager2 is a development tool and is not designed to be used in production. For production identity management see AdminUI.

Articles

Contributing

Currently, IdentityManager2 is a port of the original IdentityManager dev tool. If you're interested in helping to update the codebase, then check out the issue tracker.

Developed and maintained by Rock Solid Knowledge.

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