Releases: tfindley/oidc-diagnositcs
Release list
OIDC Diagnostic Tool v0.2.5
OIDC Diagnostic Tool v0.2.5
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.5Multi-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-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.4...v0.2.5
OIDC Diagnostic Tool v0.2.4
OIDC Diagnostic Tool v0.2.4
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.4Multi-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-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.3...v0.2.4
OIDC Diagnostic Tool v0.2.3
OIDC Diagnostic Tool v0.2.3
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.3Multi-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-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.2...v0.2.3
OIDC Diagnostic Tool v0.2.2
OIDC Diagnostic Tool v0.2.2
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.2Multi-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-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.1...v0.2.2
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
OIDC Diagnostic Tool v0.2.0
OIDC Diagnostic Tool v0.2.0
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.2.0Multi-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-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.1.0...v0.2.0
OIDC Diagnostic Tool v0.1.0
OIDC Diagnostic Tool v0.1.0
Docker image
docker pull ghcr.io/tfindley/oidc-diagnositcs:0.1.0Multi-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-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
- Release/next by @tfindley in #7
- fix: mobile rendering issues by @tfindley in #8
- fix: patch container os-level issues by @tfindley in #9
- feat: provide risk register for business use-case by @tfindley in #10
- Bug fixes by @tfindley in #14
- Dark mode and Conformance by @tfindley in #15
- v2 bug fixes by @tfindley in #16
- JWT Decoder bug fixes by @tfindley in #17
- ux fixes by @tfindley in #18
- V2 fixes by @tfindley in #19
- UX improvements by @tfindley in #20
- UX FIxes by @tfindley in #21
- Mobile UX optimisation by @tfindley in #22
- fix: JWT Decoder history by @tfindley in #23
- feat: add federated oidc information by @tfindley in #24
- fix: jwt decode history by @tfindley in #25
- fix: Change jWT Decode history architecture by @tfindley in #26
- fix: jwt decode history by @tfindley in #27
- fix: remove broken JWT Decode history by @tfindley in #28
- fix: Reference pages updated by @tfindley in #29
- fix: Identity Brokering ascii diagram alignment by @tfindley in #30
- feat: encrypted-filesystem session storage (v0.1.0) — fix EntraID cookie overflow by @tfindley in #32
New Contributors
Full Changelog: https://github.com/tfindley/oidc-diagnositcs/commits/v0.1.0