mirror of
https://github.com/Amsterdam/oidc-discovery.git
synced 2026-07-21 06:07:20 +00:00
Python OpenID Connect Discovery Client
- Python 94.2%
- Dockerfile 3.5%
- Shell 2.3%
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> |
||
|---|---|---|
| .github | ||
| keycloak | ||
| src/oidc_discovery | ||
| tests | ||
| .gitignore | ||
| .python-version | ||
| compose.yaml | ||
| Containerfile | ||
| entrypoint.sh | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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.