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:
authorJürgen Weigert <jnweiger@gmail.com>2020-06-30 18:40:57 +0300
committerJürgen Weigert <jnweiger@gmail.com>2020-06-30 18:40:57 +0300
commit3b859318db9d3d731b85a706a6a506c91ada939d (patch)
tree015b342a2a1ded970bce32d83791f7ee531d38fc /CHANGELOG.md
parent10587056b273f0ae96fe599ce634eb76d5f62dbc (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ed64716c..038da97ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,18 +83,18 @@ Details
* 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
+ 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
+ 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
+ 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
+ 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