https://github.com/duendesoftware/foss
Duende's Free and Open Source software.
https://github.com/duendesoftware/foss
foss oauth2 oidc
Last synced: 3 months ago
JSON representation
Duende's Free and Open Source software.
- Host: GitHub
- URL: https://github.com/duendesoftware/foss
- Owner: DuendeSoftware
- License: apache-2.0
- Created: 2024-10-04T13:54:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T06:16:41.000Z (3 months ago)
- Last Synced: 2025-04-01T07:24:40.098Z (3 months ago)
- Topics: foss, oauth2, oidc
- Language: C#
- Homepage:
- Size: 14 MB
- Stars: 67
- Watchers: 5
- Forks: 24
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Duende Free and Open Source Software
This repository contains Duende's Free and Open Source Software.- [Duende.AccessTokenManagement](/access-token-management/) .NET libraries that manage
OAuth and OpenId Connect access tokens.
- [Duende.IdentityModel](/identity-model/) IdentityModel is a .NET library for
claims-based identity, OAuth 2.0 and OpenID Connect.
- [Duende.IdentityModel.OidcClient](/identity-model-oidc-client/) Several libraries for
building OpenID Connect (OIDC) native clients## Relationship to IdentityModel
Several of the libraries within this repository used to be found in the
[IdentityModel](https://github.com/IdentityModel/IdentityModel) GitHub organization. Those
projects have been renamed with the prefix "Duende" to reflect that they are all
maintained by Duende Software and are designed to work well together. The name change
doesn't indicate other big changes: Duende Software is the company Brock and Dominick
founded, they remain involved in these libraries, and we are committed to keeping them
open source.## License
Duende's open source projects are released under the [Apache 2.0 license](/LICENSE).## Contributions
- For bug reports, please create an [issue](https://github.com/DuendeSoftware/foss/issues).
- For support, feature requests, proposals, etc, please start a [discussion](https://github.com/orgs/DuendeSoftware/discussions).