From 616fe5eb179005df2183dee1f96e18c11bfddaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 8 Jul 2020 11:12:49 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3803d88..72566c779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-phoenix unreleased. + +[unreleased]: https://github.com/owncloud/ocis-phoenix/compare/v0.8.1...master + +## Summary + +* Bugfix - Allow silent refresh of access token: [#69](https://github.com/owncloud/ocis-konnectd/issues/69) + +## Details + +* Bugfix - Allow silent refresh of access token: [#69](https://github.com/owncloud/ocis-konnectd/issues/69) + + Sets the `X-Frame-Options` header to `SAMEORIGIN` so the oidc client can refresh the token in + an iframe. + + https://github.com/owncloud/ocis-konnectd/issues/69 + https://github.com/owncloud/ocis-phoenix/pull/69 + # Changelog for [0.8.1] (2020-06-29) The following sections list the changes in ocis-phoenix 0.8.1.