You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2017/06/02 12:43:32 UTC

cxf-fediz git commit: Minonr update

Repository: cxf-fediz
Updated Branches:
  refs/heads/master d8d60f4c1 -> 8908d9a86


Minonr update


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/8908d9a8
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/8908d9a8
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/8908d9a8

Branch: refs/heads/master
Commit: 8908d9a8601b934e65bb517c10a4f14740f14314
Parents: d8d60f4
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Jun 2 13:43:21 2017 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Jun 2 13:43:21 2017 +0100

----------------------------------------------------------------------
 .../cxf/fediz/service/oidc/logout/BackChannelLogoutHandler.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/8908d9a8/services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/logout/BackChannelLogoutHandler.java
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/logout/BackChannelLogoutHandler.java b/services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/logout/BackChannelLogoutHandler.java
index 74687de..28dfff9 100644
--- a/services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/logout/BackChannelLogoutHandler.java
+++ b/services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/logout/BackChannelLogoutHandler.java
@@ -47,7 +47,7 @@ public class BackChannelLogoutHandler extends JoseJwtProducer {
     private OAuthDataProvider dataProvider;
         
     public void handleLogout(Client client, OidcUserSubject subject, IdToken idTokenHint) {
-        // At the moment the only to find out which RPs a given User is logged in is
+        // At the moment the only way to find out which RPs a given User is logged in is
         // to check the access tokens - it can not offer a complete solution, for ex
         // in cases when ATs have expired or been revoked or Implicit id_token flow is used.
         // Most likely a 'visited sites' cookie as suggested by the spec will need to be used.