Switchboard
5.2.0 - 2026-01-26
Added
- Wildcard subdomain support for OIDC issuers 40d6fcd
Changed
- Update helm chart docs for OIDC issuer configuration 6c6e095
Configure switchboard to verify JWTs from external OIDC providers by setting oidc.issuer in your Helm values:
oidc: issuer: "https://your-appsuite-domain.example.com"
Multiple issuers can be comma-separated. Switchboard automatically discovers JWKS endpoints via OpenID Configuration and refreshes keys periodically.
Deprecated
- Token and JWKS endpoints in favor of core-ui 7353b2d
Fixed
- Disable ready check on Redis subscriber client 16365ff