Skip to content

v1.14.0

Compare
Choose a tag to compare
@meltyshev meltyshev released this 19 Oct 14:26
· 159 commits to master since this release

Migrating from 1.13.1 to 1.14.0

If you do not use OIDC

Everything should work without any changes.

If you use OIDC

These environment variables have been removed:

OIDC_REDIRECT_URI
OIDC_JWKS_URI
OIDC_AUDIENCE
OIDC_SKIP_USER_INFO

The OIDC_CLIENT_SECRET environment variable has been added.

It's required to change the Client Type in the OIDC provider to Confidential and add the obtained Client Secret to the environment variables.

What's Changed

  • feat: Improve OIDC SSO (#524)

Full Changelog: v1.13.1...v1.14.0