mirror of
https://github.com/Amsterdam/oidc-discovery.git
synced 2026-09-04 19:46:21 +00:00
Python OpenID Connect Discovery Client
- Python 94.2%
- Dockerfile 3.5%
- Shell 2.3%
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> |
||
|---|---|---|
| .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.