3.3.3 (2026-08-21)
This patch release of Grimmory contains bug fixes for OIDC and introduces the environment variable
OIDC_ALLOW_UNSAFE_HOSTS.
Tip
If you have a local identity provider that Grimmory is trying to use for OIDC, you will
need to enable the OIDC_ALLOW_UNSAFE_HOSTS environment variable flag.
Changelog
Full Changelog: v3.3.2...v3.3.3
Bug Fixes
- api: use
FORCE_DISABLE_OIDCon all public / private OIDC flags (#2343) (662b327) - oidc: allow disable of SSRF filtering for OIDC config (#2413) (
1682a98) - ui: use signals in OIDC test connection (#2417) (
4ae1d0b)