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