An open API service indexing awesome lists of open source software.

https://github.com/jokk-itu/authserver

Authorization server with OAuth 2.1 and OpenId Connect 1.0
https://github.com/jokk-itu/authserver

csharp identity oauth2 oidc-server openid-connect security

Last synced: 9 months ago
JSON representation

Authorization server with OAuth 2.1 and OpenId Connect 1.0

Awesome Lists containing this project

README

          

# AuthServer

Supporting OAuth 2.1 and OpenId Connect 1.0

The following grant types are supported:
- Authorization Code
- Refresh Token
- Client Credentials

## Pipeline runs

[![CI](https://github.com/jokk-itu/authserver/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/jokk-itu/authserver/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jokk-itu_authserver&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jokk-itu_authserver)

## Documentation

Take a look at [authserver.dk](https://www.authserver.dk).