Skip to content

fe56/TheIdServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,894 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TheIdServer

OpenID/Connect, OAuth2 and WS-Federation server based on IdentityServer4 or Duende IdentityServer.

Quality gate

Build status Docker Artifact HUB

Try it now at https://theidserver.herokuapp.com/ for the IdentityServer4 version

Or https://theidserver-duende.herokuapp.com/ for the Duende IdentityServer version

login: alice
pwd: Pass123$

An in-memory database version is available on Heroku.

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Or if you're feeling really generous, we support sponsorships.

Choose your favorite:

Main features

Admin app

home

Server

Setup

Build from source

You can build the solution with Visual Studio or use the dotnet build command.
To build docker images launch at solution root:

docker build -t aguacongas/theidserver:dev -f "./src/Aguacongas.TheIdServer.IS4/Dockerfile" .
docker build -t aguacongas/theidserver.duende:dev -f "./src/Aguacongas.TheIdServer.Duende/Dockerfile" .
docker build -t aguacongas/theidserverapp:dev -f "./src/Aguacongas.TheIdServer.BlazorApp/Dockerfile" .

Contribute

We warmly welcome contributions. You can contribute by opening an issue, suggest new a feature, or submit a pull request.

Read How to contribute and Contributor Covenant Code of Conduct for more information.

OIDC Certification test result

The server pass the oidcc-basic-certification-test-plan with some warnings. It is anticipated that it will pass the certification process, but we need your assistance. Please sponsor this project to help us pay the required certification fee.

Choose your favorite:

About

OpenID/Connect, OAuth2 and WS-Federation server based on IdentityServer4 or Duende IdentityServer with its admin UI

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 87.7%
  • HTML 8.3%
  • JavaScript 2.1%
  • Dockerfile 0.8%
  • PowerShell 0.6%
  • CSS 0.4%
  • Other 0.1%