https://github.com/jokk-itu/authserver-framework
The AuthServer IdP framework. OAuth and OIDC at scale, secure by default.
https://github.com/jokk-itu/authserver-framework
csharp dotnet identity idp jwt oauth2 oidc openid openid-connect openidconnect security
Last synced: 7 days ago
JSON representation
The AuthServer IdP framework. OAuth and OIDC at scale, secure by default.
- Host: GitHub
- URL: https://github.com/jokk-itu/authserver-framework
- Owner: jokk-itu
- License: apache-2.0
- Created: 2024-11-30T14:33:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-31T20:56:18.000Z (23 days ago)
- Last Synced: 2026-05-31T22:12:32.824Z (23 days ago)
- Topics: csharp, dotnet, identity, idp, jwt, oauth2, oidc, openid, openid-connect, openidconnect, security
- Language: C#
- Homepage: https://www.authserver.dk/
- Size: 2.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# authserver-framework
The AuthServer IdP framework.
Supporting OAuth 2.1 and OpenId Connect 1.0
The following grant types are supported:
- Authorization Code
- Refresh Token
- Client Credentials
- Device Code
- Token Exchange
The following additional specifications are supported:
- OAuth 2.1
- OpenId Connect 1.0
- OpenId Connect Discovery
- OpenId Connect EndSession
- OpenId Connect Backchannel Logout
- OpenId Connect Dynamic Client Registration
- Token Introspection
- Token Revocation
- Resource identifier
- JWT Assertion for Client Authentication
- OAuth JAR
- DPoP
- Pushed Authorization
- GrantManagement
- OAuth Device Authorization Grant
- OAuth Token Exchange
## Pipeline runs
[](https://sonarcloud.io/summary/new_code?id=jokk-itu_authserver-framework)
[](https://sonarcloud.io/summary/new_code?id=jokk-itu_authserver-framework)
[](https://github.com/jokk-itu/authserver-framework/actions/workflows/build.yml)
## Documentation
Take a look at [authserver.dk](https://www.authserver.dk).
## Demo
Take a look at [authserver demo](https://github.com/jokk-itu/authserver-demo).
## Testing
The solution has high coverage and consists of unit tests and integration tests.