https://github.com/ubuntu/authd-oidc-brokers
OpenID Connect Authd brokers
https://github.com/ubuntu/authd-oidc-brokers
Last synced: 11 months ago
JSON representation
OpenID Connect Authd brokers
- Host: GitHub
- URL: https://github.com/ubuntu/authd-oidc-brokers
- Owner: ubuntu
- License: gpl-3.0
- Created: 2024-01-11T10:36:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T12:33:40.000Z (11 months ago)
- Last Synced: 2025-07-14T16:23:12.135Z (11 months ago)
- Language: Go
- Homepage:
- Size: 1.43 MB
- Stars: 22
- Watchers: 11
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Welcome to Authd OpenID Connect Broker
[actions-image]: https://github.com/ubuntu/authd-oidc-brokers/actions/workflows/ci.yaml/badge.svg
[actions-url]: https://github.com/ubuntu/authd-oidc-brokers/actions?query=workflow%3ACI
[license-image]: https://img.shields.io/badge/License-GPL3.0-blue.svg
[codecov-image]: https://codecov.io/gh/ubuntu/authd-oidc-brokers/graph/badge.svg
[codecov-url]: https://codecov.io/gh/ubuntu/authd-oidc-brokers
[user-documentation-image]: https://pkg.go.dev/github.com/ubuntu/authd-oidc-brokers
[user-documentation-url]: https://pkg.go.dev/github.com/ubuntu/authd-oidc-brokers
[goreport-image]: https://goreportcard.com/badge/github.com/ubuntu/authd-oidc-brokers
[goreport-url]: https://goreportcard.com/report/github.com/ubuntu/authd-oidc-brokers
[![Code quality][actions-image]][actions-url]
[![License][license-image]](LICENSE)
[![Code coverage][codecov-image]][codecov-url]
[![User Documentation][user-documentation-image]][user-documentation-url]
[![Go Report Card][goreport-image]][goreport-url]
This is the code repository for Authd OpenID Connect (OIDC) brokers. It is used in conjunction with Ubuntu authentication daemon [authd](https://github.com/ubuntu/authd).
This project contains specific code for different OpenID Connect providers. We build one binary for each and snap them based on build tags to integrate with the Ubuntu authentication daemon.
For general details, check the authd [getting started guide](https://github.com/ubuntu/authd/wiki/01---Get-started-with-authd). The same documentation reference hosts [installation](https://github.com/ubuntu/authd/wiki/02---Installation) and [configuration](https://github.com/ubuntu/authd/wiki/03---Configuration) instructions.
## Troubleshooting
More details on troubleshooting one of the OIDC brokers is available on the [authd documentation](https://github.com/ubuntu/authd/wiki/05--Troubleshooting).
## Get involved
This is an [open source](LICENSE) project and we warmly welcome community contributions, suggestions, and constructive feedback. If you're interested in contributing, please take a look at our [Contribution guidelines](CONTRIBUTING.md) first.
- to report an issue, please file a bug report against our repository, using a bug template.
- for suggestions and constructive feedback, report a feature request bug report, using the proposed template.
## Get in touch
We're friendly! We have a community forum at [https://discourse.ubuntu.com](https://discourse.ubuntu.com) where we discuss feature plans, development news, issues, updates and troubleshooting.
For news and updates, follow the [Ubuntu twitter account](https://twitter.com/ubuntu) and on [Facebook](https://www.facebook.com/ubuntu).