This is the full version of JP Project. It provide SSO and an Api where it's possible to manage both IdentityServer4 and ASP.NET Identity.
Windows users:
- download jpproject-docker.zip
- Unzip and execute
docker-run.bat
(As administrator)
Linux users:
- Download jpproject-docker.zip
- Add
127.0.0.1 jpproject-sso
entry to hosts file (/etc/hosts
) - unzip and execute
docker-compose up
The main goal of JP Project is to be a Management Ecosystem for IdentityServer4 and ASP.NET Identity.
Helping Startup's and Organization to Speed Up Microservices Environment. Providing tools for an OAuth2 Server and User Management.
Built with IdentityServer4. An OpenID Connect and OAuth 2.0 framework for ASP.NET Core.
SSO has some flows:
- Single Sign On
- Register users
- Recover password flow
- MFA
- Federation Gateway (Login by Google, Facebook.. etc)
- Argon2 password hashing
- CSP Headers
- Event monitoring (For compliance scenarios)
Admin UI is an administrative panel where it's possible to manage both OAuth2 Server and Identities.
From OAuth2 panel it's possible to manage:
Clients
Identity Resources
Api Resources
Persisted Grants
From Identity panel it's possible to manage Users
and Roles
It's open source and free. From community to community.
Screenshots
First you need to choose.
-
You need everything (Best choice)? JP Project provide a complete SSO with an Administration panel. Check it at SSO - Full Version
-
You already have an IdentityServer4 Up and running? Go to Admin Panel - Light version
Check our demo online.
Check it now at Admin Panel.
You can check also SSO and Profile Manager
New users are readonly
Check docs to see how to and some examples:
- Azure App Service
- Docker Swarm + Nginx in Linux.
- Docker compose + nginx in linux
- Make a PR and show how you have done your environment!
Check below how it was developed.
Written in ASP.NET Core and Angular 8.
- Angular 8
- Rich UI interface
- ASP.NET Core 3.0
- ASP.NET MVC Core
- ASP.NET WebApi Core
- ASP.NET Identity Core
- Argon2 Password Hashing
- MySql Ready
- Sql Ready
- Postgree Ready
- SQLite Ready
- Entity Framework Core
- .NET Core Native DI
- AutoMapper
- FluentValidator
- MediatR
- Swagger UI
- High customizable
- Translation for 7 different languages
- Architecture with responsibility separation concerns, SOLID and Clean Code
- Domain Driven Design (Layers and Domain Model Pattern)
- Domain Events
- Domain Notification
- CQRS (Imediate Consistency)
- Event Sourcing
- Unit of Work
- Repository and Generic Repository
Do you love it? give us a Star!
Jp Project is built against ASP.NET Core 3.0.
- Install the latest .NET Core 3.0 SDK
src/JPProject.SSO.sln
Contains SSO and API
For UI's use VSCode.
- User Management -> Inside VSCode open folder
rootFolder/src/Frontend/Jp.UserManagement
, then terminal andnpm install && npm start
Wait for ng to complete his proccess then go to http://localhost:5000!
Any doubts? Go to docs
Wanna start? please Read the docs
Thank you all!
We'll love it! Please Read the docs
If you need help building or running your Jp Project platform There are several ways we can help you out.
- ASP.NET Core 3.0 support
- Separated repositories, for better management. Improving tests, integration tests. And to support more scenarios.
Breaking change: Argon2 password hashing. Be careful before update. If you are using the old version all users must need to update their passwords.
- Bug fixes:
- Tooltip for admin-ui
- Argon2 Password Hasher
- Show version at footer
Check Changelog.md for a complete list of changes.
- Code coverage
- UI for Device codes
- CI with SonarCloud
- E-mail template management
- Blob service management
Jp Project is Open Source software and is released under the MIT license. This license allow the use of Jp Project in free and commercial applications and libraries without restrictions.