From a5d5f37ade0b3bb433595d604eeb39f9720b2820 Mon Sep 17 00:00:00 2001 From: Nicholas van Oudtshoorn Date: Mon, 11 Jan 2016 17:01:02 +0800 Subject: [PATCH 2/2] Bug 10988 - Fix some wording Fix some outdated wording in googleopenidconnect --- opac/svc/auth/googleopenidconnect | 7 ------- 1 file changed, 7 deletions(-) diff --git a/opac/svc/auth/googleopenidconnect b/opac/svc/auth/googleopenidconnect index 8b91c27..ab71918 100755 --- a/opac/svc/auth/googleopenidconnect +++ b/opac/svc/auth/googleopenidconnect @@ -19,9 +19,6 @@ # # # Basic OAuth2/OpenID Connect authentication for google goes like this -# First: -# get your clientid, clientsecret from google. At this stage, tell -# google that your redirect url is /cgi-bin/koha/svc/oauthlogin # # The first thing that happens when this script is called is # that one gets redirected to an authentication url from google @@ -32,10 +29,6 @@ # round-trip back to google to decrypt. Finally, we can extract # the email address from this. # -# There is some room for improvement here. In particular, Google -# recommends verifying and decrypting the id_token locally, which -# means caching some information and updating it daily. But that -# would make things a lot faster use Modern::Perl; use CGI qw ( -utf8 escape ); -- 2.4.3