Skip to content

0.0.72

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 09:59
· 25 commits to main since this release
0.0.72
e5c80bc
[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.