[go: up one dir, main page]

[0.0.72] - 2025-04-07
---------------------

.. warning::

    This version comes with a schema breaking change.
    The LDAP schema has evolved. If you use the LDAP schema, please follow the :ref:`ldap_schema_update` section.

Added
^^^^^
- ``updated_at`` claim in ``id_token`` and ``userinfo`` endpoint.
- Support for POST method in OIDC authorization endpoint. :issue:`263`

Fixed
^^^^^
- Client JWT authentication for OIDC refresh_token and password grants. :issue:`233`
- Ensure `id_token` has a `kid` header. :issue:`245`
- ``id_token`` session authentication time.
- Configuration exception when a feature is configured but its dependencies are missing.