Open and extensible identity service.
Find a file
2026-02-26 20:41:59 +01:00
.github/workflows No codecov (AI was over eager) just show the numbers in github. 2026-02-22 11:30:54 +01:00
.idea/.idea.IdentityShroud Miscelanious trials 2026-02-06 19:58:01 +01:00
IdentityShroud.Api Encrypt realm data with dek which is encrypted with kek. The signing keys are also encrypted with the kek. 2026-02-26 19:46:14 +01:00
IdentityShroud.Api.Tests Pass Span instead of Memory 2026-02-26 20:41:59 +01:00
IdentityShroud.Core Pass Span instead of Memory 2026-02-26 20:41:59 +01:00
IdentityShroud.Core.Tests Pass Span instead of Memory 2026-02-26 20:41:59 +01:00
IdentityShroud.Migrations Miscelanious trials 2026-02-06 19:58:01 +01:00
IdentityShroud.TestUtils Pass Span instead of Memory 2026-02-26 20:41:59 +01:00
IdentityShroud.TestUtils.Tests Add tests and fixes to .well-known/openid-configuration and create realm 2026-02-14 14:50:06 +01:00
.gitignore Miscelanious trials 2026-02-06 19:58:01 +01:00
dotnet-tools.json Miscelanious trials 2026-02-06 19:58:01 +01:00
IdentityShroud.sln Add tests and fixes to .well-known/openid-configuration and create realm 2026-02-14 14:50:06 +01:00
IdentityShroud.sln.DotSettings.user Encrypt realm data with dek which is encrypted with kek. The signing keys are also encrypted with the kek. 2026-02-26 19:46:14 +01:00
README.md Improve the binary storage format of encrypted secrets. Move the related code from AesGcmHelper into the EncryptionService. 2026-02-22 19:11:17 +01:00

IdentityShroud

IdentityShroud is a .NET project for identity management and protection.

Build and Test

dotnet restore
dotnet build
dotnet test

Coverage

Coverage reports are generated automatically in CI and displayed in pull request comments.