Skip to content

Releases: tfindley/oidc-diagnositcs

OIDC Diagnostic Tool v0.2.5

Choose a tag to compare

@github-actions github-actions released this 08 May 23:32
9fa14f7

OIDC Diagnostic Tool v0.2.5

Docker image

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

Multi-arch: linux/amd64 and linux/arm64.

Quick start with Docker Compose

services:
  oidc-client:
    image: ghcr.io/tfindley/oidc-diagnositcs:0.2.5
    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

  • chore: pytest harness, CI, doc refresh, drop duplicate sign-out by @tfindley in #38

Full Changelog: v0.2.4...v0.2.5

OIDC Diagnostic Tool v0.2.4

Choose a tag to compare

@github-actions github-actions released this 08 May 22:53
a3b5e29

OIDC Diagnostic Tool v0.2.4

Docker image

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

Multi-arch: linux/amd64 and linux/arm64.

Quick start with Docker Compose

services:
  oidc-client:
    image: ghcr.io/tfindley/oidc-diagnositcs:0.2.4
    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

  • refactor: declutter decoder, fix type detection, expose sign-out by @tfindley in #37

Full Changelog: v0.2.3...v0.2.4

OIDC Diagnostic Tool v0.2.3

Choose a tag to compare

@github-actions github-actions released this 08 May 21:34
715a282

OIDC Diagnostic Tool v0.2.3

Docker image

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

Multi-arch: linux/amd64 and linux/arm64.

Quick start with Docker Compose

services:
  oidc-client:
    image: ghcr.io/tfindley/oidc-diagnositcs:0.2.3
    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

  • refactor: lead with decoded output on /decode and tighten joserfc setup by @tfindley in #36

Full Changelog: v0.2.2...v0.2.3

OIDC Diagnostic Tool v0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 May 21:02
202ef8d

OIDC Diagnostic Tool v0.2.2

Docker image

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

Multi-arch: linux/amd64 and linux/arm64.

Quick start with Docker Compose

services:
  oidc-client:
    image: ghcr.io/tfindley/oidc-diagnositcs:0.2.2
    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: Kanidm client_id-in-header auth and show app version on About by @tfindley in #35

Full Changelog: v0.2.1...v0.2.2

OIDC Diagnostic Tool v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 May 20:27
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

OIDC Diagnostic Tool v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 May 14:54
00497b8

OIDC Diagnostic Tool v0.2.0

Docker image

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

Multi-arch: linux/amd64 and linux/arm64.

Quick start with Docker Compose

services:
  oidc-client:
    image: ghcr.io/tfindley/oidc-diagnositcs:0.2.0
    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

  • feat: JWT decoder history, push-to-decoder, and security maintenance by @tfindley in #33

Full Changelog: v0.1.0...v0.2.0

OIDC Diagnostic Tool v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 May 09:20
12a462e

OIDC Diagnostic Tool v0.1.0

Docker image

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

Multi-arch: linux/amd64 and linux/arm64.

Quick start with Docker Compose

services:
  oidc-client:
    image: ghcr.io/tfindley/oidc-diagnositcs:0.1.0
    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

New Contributors

Full Changelog: https://github.com/tfindley/oidc-diagnositcs/commits/v0.1.0