From 44f809b1243c1550bb49574bbb4e89cae7d531a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADn?= Date: Wed, 26 Nov 2025 07:36:39 +0100 Subject: [PATCH] add OIDC as a login auth provider to the changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34bb4d11..abe1702c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added _OpenID Connect_ (`OIDC`) as a new login provider + ### Changed - Refactored the API query parameters in various data provider services @@ -36,7 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Extended the user detail dialog of the admin control panel’s users section by the authentication method -- Added OIDC (OpenID Connect) as a login auth provider ### Changed