OIDC Diagnostic Tool v0.2.1
OIDC Diagnostic Tool v0.2.1
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.1Multi-arch: linux/amd64 and linux/arm64.
Quick start with Docker Compose
services:
oidc-client:
image: ghcr.io/tfindley/oidc-diagnositcs:0.2.1
ports:
- "5000:5000"
env_file:
- .env
restart: unless-stoppedCopy .env.example to .env and fill in your OIDC provider details, SECRET_KEY, and SESSION_ENCRYPTION_PEPPER.
See the README for full setup including multi-provider config and security hardening.
What's Changed
Full Changelog: v0.2.0...v0.2.1