Bug 10988 - Fix some wording Fix some outdated wording in googleopenidconnect
Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
722a098eac
commit
9472711921
1 changed files with 0 additions and 7 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue