Skip to content
/ Salus Public

Identity Server implementing OAuth 2.1 and OpenID Connect 1.0 specifications

License

Notifications You must be signed in to change notification settings

vhatsura/Salus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salus

Identity Server implementing OAuth 2.1 and OpenID Connect 1.0 specifications. Salus, in Roman religion, was the goddess of safety and welfare.

The project is developing as an alternative to IdentityServer4, which will reach the end of support on the 3rd Dec 2022.

Installation

Install-Package Salus.AspNetCore

Usage

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddIdentityServer();

var app = builder.Build();
app.UseIdentityServer();

app.Run();

Roadmap

Contributing

About

Identity Server implementing OAuth 2.1 and OpenID Connect 1.0 specifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages