From 49a2b6fd10ea08e216726fff8e9919bde32403df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 11 Aug 2020 11:28:33 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bf45431f..7b2b345fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes in ocis-pkg unreleased. ## Summary * Change - Add middleware for x-access-token distmantling: [#46](https://github.com/owncloud/ocis-pkg/pull/46) +* Enhancement - Add `ocis.id` and numeric id claims: [#50](https://github.com/owncloud/ocis-pkg/pull/50) ## Details @@ -17,6 +18,18 @@ The following sections list the changes in ocis-pkg unreleased. https://github.com/owncloud/ocis-pkg/pull/46 + +* Enhancement - Add `ocis.id` and numeric id claims: [#50](https://github.com/owncloud/ocis-pkg/pull/50) + + We added an `ocis.id` claim to the OIDC standard claims. It allows the idp to send a stable + identifier that can be exposed to the outside world (in contrast to sub, which might change + whens the IdP changes). + + In addition we added `uidnumber` and `gidnumber` claims, which can be used by the IdP as well. + They will be used by storage providers that integrate with an existing LDAP server. + + https://github.com/owncloud/ocis-pkg/pull/50 + # Changelog for [2.2.1] (2020-04-21) The following sections list the changes in ocis-pkg 2.2.1.