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
- Host: GitHub
- URL: https://github.com/jokk-itu/authserver
- Owner: jokk-itu
- License: apache-2.0
- Archived: true
- Created: 2022-01-14T13:18:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T14:44:36.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:14:25.160Z (about 1 year ago)
- Topics: csharp, identity, oauth2, oidc-server, openid-connect, security
- Language: C#
- Homepage: https://www.authserver.dk/
- Size: 6.75 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
[](https://github.com/jokk-itu/authserver/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/new_code?id=jokk-itu_authserver)
## Documentation
Take a look at [authserver.dk](https://www.authserver.dk).