Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <vonreth@kde.org>2020-06-30 13:31:05 +0300
committerHannah von Reth <vonreth@kde.org>2020-06-30 13:31:05 +0300
commit0b11e5d23e72747dbe9b46e21b8b992636f72b24 (patch)
treef6dc12a91e4dc514421913dd1566dd1966cec060 /CHANGELOG.md
parenta86180ed7bd387bb7a0aa533c413930ae038fa37 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39cb3efe1..8ed64716c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ Summary
* Change - The layout in the advanced account setup page might be broken: [#7920](https://github.com/owncloud/client/issues/7920)
* Change - The client hides the window during the authentication process: [#7922](https://github.com/owncloud/client/pull/7922)
* Change - The settings ui shows a prompt for a few seconds: [#7925](https://github.com/owncloud/client/pull/7925)
+* Change - Support for OpenID Connect: [#7509](https://github.com/owncloud/client/pull/7509)
* Change - Allow OpenID Connect authentication without a .well-known configuration: [#7681](https://github.com/owncloud/client/pull/7681)
* Change - Add support for the TUS resumeable upload protocol: [#19](https://github.com/owncloud/product/issues/19)
@@ -79,6 +80,25 @@ Details
https://github.com/owncloud/client/pull/7925
+* Change - Support for OpenID Connect: [#7509](https://github.com/owncloud/client/pull/7509)
+
+ The ownCloud desktop client now supports OpenID Connect. OpenID Connect 1.0 is a simple
+ identity layer on top of the OAuth 2.0 protocol. It allows Clients to verify the identity of the
+ End-User based on the authentication performed by an Authorization Server, as well as to
+ obtain basic profile information about the End-User in an interoperable and REST-like
+ manner.
+
+ OpenID Connect allows clients of all types, including Web-based, mobile, and JavaScript
+ clients, to request and receive information about authenticated sessions and end-users. The
+ specification suite is extensible, allowing participants to use optional features such as
+ encryption of identity data, discovery of OpenID Providers, and session management, when it
+ makes sense for them.
+
+ See http://openid.net/connect/faq/ for a set of answers to Frequently Asked Questions about
+ OpenID Connect.
+
+ https://github.com/owncloud/client/pull/7509
+
* Change - Allow OpenID Connect authentication without a .well-known configuration: [#7681](https://github.com/owncloud/client/pull/7681)
A user might not want to provide .well-known/openid-configuration. The new changes enable us