googleopenidconnect issue in Koha. Error: invalid_request* Invalid parameter value for redirect_uri: Missing scheme: /cgi-bin/koha/svc/auth/googleopenidconnect

First verify the following parameters in Google Developer’s Console :
  1. client id
  2. client secret 
  3. Authorized JavaScript origins (koha_opac_url)
  4. Authorized redirect URIs (koha_opac_url//cgi-bin/koha/svc/auth/googleopenidconnect)
Make sure to set the following parameters in Koha system preferences:

GoogleOAuth2ClientID :Google OAuth2 Client ID
GoogleOAuth2ClientSecret : Google OAuth2 Client Secret
GoogleOpenIDConnect : Yes
GoogleOpenIDConnectDomain : your domain (to restrict users from other domains to login)
Finally check the OPACBaseURL in  Koha system preferences:


Comments

Popular posts from this blog

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.

Email Notification in Koha! How to configure Email Notification in Koha 20.11 with postfix?

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.