Bug 29004: Update GoogleOpenIDConnect preference to make it clear that it is OPAC-only

This patch modifies the description of the GoogleOpenIDConnect and
related preferences to make it clear that GoogleOpenIDConnect affects
OPAC logins and that the preferences are related.

To test, apply the patch and go to Administration -> System preferences.

Search for "google," and confirm that the descriptions of
GoogleOpenIDConnect and related preferences look clear and correct.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Owen Leonard 2021-09-13 13:37:55 +00:00 committed by Kyle Hall
parent 9b9ac630ed
commit b62c2e1191

View file

@ -165,37 +165,39 @@ Administration:
emailAddress: emailAddress
Google OpenID Connect:
-
- "Use Google OpenID Connect login: "
- "Use Google OpenID Connect login in the OPAC: "
- pref: GoogleOpenIDConnect
choices:
1: "Yes"
0: "No"
- You will need to select OAuth2 when creating an app in the Google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect .
- You will need to select OAuth2 when creating an app in the Google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect. Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOAuth2ClientID">GoogleOAuth2ClientID</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOAuth2ClientSecret">GoogleOAuth2ClientSecret</a> to be set.
-
- "Google OAuth2 Client ID: "
- pref: GoogleOAuth2ClientID
- Along with <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOAuth2ClientSecret">GoogleOAuth2ClientSecret</a>, enables <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOpenIDConnect">GoogleOpenIDConnect.</a>
-
- "Google OAuth2 Client Secret: "
- pref: GoogleOAuth2ClientSecret
- Along with <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOAuth2ClientID">GoogleOAuth2ClientID</a>, enables <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOpenIDConnect">GoogleOpenIDConnect.</a>
-
- "Restrict Google OpenID Connect to this domain (or subdomain of this domain): "
- pref: GoogleOpenIDConnectDomain
- . Leave blank for all Google domains.
- Leave blank for all Google domains. Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOpenIDConnect">GoogleOpenIDConnect</a>.
-
- pref: GoogleOpenIDConnectAutoRegister
choices:
1: Allow
0: "Don't allow"
- patrons logging in with Google Open ID to automatically register.
- patrons logging in with Google Open ID to automatically register. Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOpenIDConnect">GoogleOpenIDConnect</a>.
-
- "Use this category code when automatically registering a Google Open ID patron: "
- pref: GoogleOpenIDConnectDefaultCategory
choices: patron-categories
- "."
- Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOpenIDConnect">GoogleOpenIDConnect</a>.
-
- "Use this branch code when automatically registering a Google Open ID patron: "
- pref: GoogleOpenIDConnectDefaultBranch
- "."
- Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GoogleOpenIDConnect">GoogleOpenIDConnect</a>.
Share anonymous usage statistics:
-
- "Share anonymous Koha usage data with the Koha community: "