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-01-24 17:19:09 +0300
committerHannah von Reth <vonreth@kde.org>2020-06-30 13:30:17 +0300
commita86180ed7bd387bb7a0aa533c413930ae038fa37 (patch)
treeb8d991ea38d57385c02e3d28e2f0696ac559351e /changelog
parentd948e4ef491a1b70434f85ca35c156b230314af2 (diff)
Add previously missing changelog entries
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/pr-75099
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog/unreleased/pr-7509 b/changelog/unreleased/pr-7509
new file mode 100644
index 000000000..b69be45c7
--- /dev/null
+++ b/changelog/unreleased/pr-7509
@@ -0,0 +1,9 @@
+Change: Support for OpenID Connect
+
+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