Release 2023.10
Breaking changes
-
Requests with missing trailing slash are no longer redirected
In previous versions, requests to a path like
/api/v3/core/userswould be redirected to[...]/users/. This redirect would cause mutating requests (such as POST, PUT and PATCH) to fail as they would get redirected to[...]/users/. The redirect has been disabled, which will not have have an impact on a correctly configured setup. -
It is only possible to upgrade to 2023.10 from 2023.8. This is due to a bug in the migrations which will be fixed in a future release (#7326).
-
Warning: The first 2024.x version of this chart will see a rework that will include breaking changes. The breaking changes will be noted in the next Release notes.
New features
-
RBAC (preview)
With this release we're introducing the ability to finely configure permissions within authentik. These permissions can be used to delegate different tasks, such as user management, application creation and more to users without granting them full superuser permissions. With this system, a least-privilege system can also be implemented much more easily. See more info here
-
LDAP Provider improvements
The LDAP Provider now has an expanded schema, increasing the compatibility with clients that use the LDAP schema to parse data and .Net applications on Windows.
-
Improved Proxy provider logout
The proxy provider will now terminate all sessions when a user logs out of authentik or their session expires.
-
LDAP Source structure mirroring
The LDAP Source has a new default property mapping called
authentik default LDAP Mapping: DN to User Pathwhich will map the LDAP users' DN to the user path in authentik, keeping the same structure as the directory the source syncs from. -
OAuth Source OIDC auto-refresh
OAuth sources that have a OIDC Well-known URL or OIDC JWKS URL set will periodically be updated to use the correct configuration based on the configured URLs.