Python OpenID Connect Discovery Client
  • Python 94.2%
  • Dockerfile 3.5%
  • Shell 2.3%
Find a file
dependabot[bot] a8aac71354
Bump ruff from 0.16.1 to 0.16.5 (#21)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.1 to 0.16.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.16.1...0.16.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-07 11:28:21 +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 ruff from 0.16.1 to 0.16.5 (#21) 2026-09-07 11:28:21 +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.