@@ -, +, @@ clear that it is OPAC-only --- .../prog/en/modules/admin/preferences/admin.pref | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -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 GoogleOAuth2ClientID and GoogleOAuth2ClientSecret to be set. - - "Google OAuth2 Client ID: " - pref: GoogleOAuth2ClientID + - Along with GoogleOAuth2ClientSecret, enables GoogleOpenIDConnect. - - "Google OAuth2 Client Secret: " - pref: GoogleOAuth2ClientSecret + - Along with GoogleOAuth2ClientID, enables GoogleOpenIDConnect. - - "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 GoogleOpenIDConnect. - - 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 GoogleOpenIDConnect. - - "Use this category code when automatically registering a Google Open ID patron: " - pref: GoogleOpenIDConnectDefaultCategory choices: patron-categories - - "." + - Requires GoogleOpenIDConnect. - - "Use this branch code when automatically registering a Google Open ID patron: " - pref: GoogleOpenIDConnectDefaultBranch - - "." + - Requires GoogleOpenIDConnect. Share anonymous usage statistics: - - "Share anonymous Koha usage data with the Koha community: " --