Python OpenID Connect Discovery Client
  • Python 94.2%
  • Dockerfile 3.5%
  • Shell 2.3%
Find a file
dependabot[bot] dc278ec87b
Bump h2 from 4.3.0 to 4.4.1 (#14)
Bumps [h2](https://github.com/python-hyper/h2) from 4.3.0 to 4.4.1.
- [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/python-hyper/h2/compare/v4.3.0...v4.4.1)

---
updated-dependencies:
- dependency-name: h2
  dependency-version: 4.4.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-10 13:40:50 +02:00
.github Add configuration for publishing to pypi 2026-06-30 14:08:47 +02:00
keycloak Add containerized setup 2026-06-30 11:55:03 +02:00
src/oidc_discovery Add clients 2026-06-30 13:49:16 +02:00
tests Add clients 2026-06-30 13:49:16 +02:00
.gitignore Ignore coverage database file 2026-06-30 13:48:52 +02:00
.python-version Init project 2026-06-29 16:33:32 +02:00
compose.yaml Add containerized setup 2026-06-30 11:55:03 +02:00
Containerfile Add containerized setup 2026-06-30 11:55:03 +02:00
entrypoint.sh Add containerized setup 2026-06-30 11:55:03 +02:00
LICENSE Add license 2026-06-29 17:33:23 +02:00
pyproject.toml Update uv-build requirement from <0.12.0,>=0.11.21 to >=0.11.21,<0.13.0 (#13) 2026-08-10 13:30:13 +02:00
README.md readme 2026-06-29 17:18:35 +02:00
uv.lock Bump h2 from 4.3.0 to 4.4.1 (#14) 2026-08-10 13:40:50 +02:00

OpenID Connect Discovery

Implementation of a client for OpenID Connect Discovery

Allowing one to retrieve the information required to communicate with OpenID connect core providers. This does not support issuer discovery at this time.