Tudor Stanciu c032338bcd | ||
---|---|---|
IdentityServer.Api | ||
IdentityServer.Application | ||
IdentityServer.Domain | ||
IdentityServer.Domain.Data | ||
IdentityServer.PublishedLanguage | ||
IdentityServer.Wrapper | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
Directory.Build.props | ||
Documentation.md | ||
IdentityServer.sln | ||
Notes.txt | ||
NuGet.config | ||
README.md | ||
ReleaseNotes.xml | ||
build-amd64.sh | ||
dependencies.props | ||
release.sh |
README.md
Identity Server
This project represents a simple identity server implementation focused strictly on the needs of my home lab. At the moment it has a simple API consisting of only two methods:
/identity/authenticate
- takes care of authenticating a user based on credentials and generates an access token./identity/authorize
- deals with the authorization of a token (verifies its existence, validity, authenticity, etc)
Stack
- .NET (C#)
- EntityFramework
- SQL Server
- Swagger
- Docker
- Shell