Bug 25436 - Google SSO
Summary: Google SSO
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Authentication (show other bugs)
Version: 19.11
Hardware: All Linux
: P5 - low enhancement (vote)
Deadline: 2020-05-13
Assignee: Bugs List
QA Contact: Testopia
URL: http://34.87.38.22:8080/cgi-bin/koha/...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-09 04:41 UTC by Inspiria
Modified: 2022-12-12 21:24 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 25463: Patron details page - display the alternative contact address as a block (11.65 KB, patch)
2020-05-22 18:51 UTC, David Roberts
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Inspiria 2020-05-09 04:41:21 UTC
We would like to single sign in/off through our google g-suite email id. or integration with google directory with Koha users, so we do not need to create users manually.

If any one of those possible, kindly share the steps or advise.

Regards,
Diwakar
Comment 1 David Roberts 2020-05-22 18:51:39 UTC
Created attachment 105274 [details] [review]
Bug 25463: Patron details page - display the alternative contact address as a block

This patch changes the format of the alternative contact address to a block, instead of a list.

To test:

1) Edit a patron's contact details so that the Main Address and Alternative Contact addresses are complete
2) Install the patch
3) Ensure that the AddressFormat system preference is set to US style
4) View the patron record (members/moremember.pl) and ensure that the
address format in both the Contact information and Alternative address
sections display identically.
5) Change the AddressFormat system preference to German style, and
repeat
6) Change the AddressFormat system preference to French style, and
repeat.
Comment 2 David Roberts 2020-05-22 18:52:42 UTC
Sorry, attached a patch to the wrong bug!
Comment 3 David Cook 2020-05-24 23:45:38 UTC
I'm not familiar with G Suite, but I imagine Bug 10988 would be relevant.

Koha may need additional work to be optimized for G Suite as per comments on https://developers.google.com/identity/protocols/oauth2/openid-connect, but I haven't investigated that and I'm not likely to do so.