This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/releases/v2022.6.md

3.1 KiB

title slug
Release 2022.6 2022.6

New features

  • Added OIDC well-known and JWKS URL in OAuth Source

    These fields can be used to automatically configure OAuth Sources based on the OpenID Connect Discovery Spec. Additionally, you can manually define a JWKS URL or raw JWKS data, and this can be used for Machine-to-machine authentication for OAuth2 Providers.

  • Notifications are no longer created by default

    Instead of creating a Notification with each transport, there is now a new Transport mode called "Local", which locally creates the Notifications. This also adds the ability to customize the notification using a mapping.

  • MFA Validation threshold has been migrated to signed cookies

    Last MFA validation is now saved in a signed cookie, which changes the behavior so that only the current browser is affected by MFA validation, and an attacker cannot exploit the fact that a user has recently authenticated with MFA.

  • Verification-only SMS Devices

    SMS authenticator stages can now be configured to hash the phone number. This is useful if you want to require your users to configure and confirm their phone numbers, without saving them in a readable-format.

  • The LDAP outpost would incorrectly return groupOfUniqueNames as a group class when the members where returned in a manner like groupOfNames requires. groupOfNames has been added as an objectClass for LDAP Groups, and groupOfUniqueNames will be removed in the next version.

  • Preview support for forward auth when using Envoy

Minor changes/fixes

  • api: migrate to openapi generator v6 (#2968)
  • api: update API browser to match admin UI and auto-switch theme
  • core: improve loading speed of flow background
  • ensure all viewsets have filter and search and add tests (#2946)
  • flows: fix re-imports of entries with identical PK re-creating objects
  • lifecycle: cleanup prometheus metrics, remove PII (#2972)
  • policies: fix incorrect bound_to count
  • providers/oauth2: add configuration error event when wrong redirect uri is used in token request
  • providers/oauth2: handle attribute errors when validation JWK contains private key
  • providers/oauth2: only set expiry on user when it was freshly created
  • providers/oauth2: regex-escape URLs when set to blank
  • root: Add docker-compose postgresql and redis healthchecks (#2958)
  • root: disable session_save_every_request as it causes race conditions
  • web/elements: fix top-right dialog close button not resetting form
  • web/elements: fix used_by refreshing for all elements when using DeleteBulkForm
  • web/user: fix static prompt fields being rendered with label
  • web/user: improve ux for restarting user settings flow

Upgrading

This release does not introduce any new requirements.

docker-compose

Download the docker-compose file for 2022.6 from here. Afterwards, simply run docker-compose up -d.

Kubernetes

Update your values to use the new images:

image:
    repository: ghcr.io/goauthentik/server
    tag: 2022.6.1