Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ax-h SSO

https://sso.ax-h.com.

Basic OIDC provider based on Duende IdentityServer.

DB

Requires dotnet EF tools installed.

dotnet tool install --global dotnet-ef

Note whenever an update to IdentityServer is installed, the migrations must be updated:

cd Sso
dotnet ef migrations add InitialPersistedGrant -c PersistedGrantDbContext -o Migrations/PersistedGrant
dotnet ef migrations add InitialConfiguration -c ConfigurationDbContext -o Migrations/Configuration
cd Sso
dotnet ef migrations add InitialSsoUser -c SsoDbContext -o Migrations/Sso

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages