Python OpenID Connect Discovery Client
  • Python 94.2%
  • Dockerfile 3.5%
  • Shell 2.3%
Find a file
dependabot[bot] cc357d8216
Bump anyio from 4.14.1 to 4.14.2 (#6)
Bumps [anyio](https://github.com/agronholm/anyio) from 4.14.1 to 4.14.2.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2)

---
updated-dependencies:
- dependency-name: anyio
  dependency-version: 4.14.2
  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-07-13 17:05:32 +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 Use format that doesn't break the GH actions 2026-07-13 16:58:01 +02:00
README.md readme 2026-06-29 17:18:35 +02:00
uv.lock Bump anyio from 4.14.1 to 4.14.2 (#6) 2026-07-13 17:05:32 +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.