Skip to content

OIDC Diagnostic Tool v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 May 20:27
· 4 commits to main since this release
414800e

OIDC Diagnostic Tool v0.2.1

Docker image

docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.1

Multi-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-stopped

Copy .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

  • fix: decoder history buttons on GET and Kanidm client_id-in-header auth by @tfindley in #34

Full Changelog: v0.2.0...v0.2.1