[Koha-bugs] [Bug 21934] Allow user to specify name for 'Shibboleth'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 3 15:51:03 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21934

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 82825
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82825&action=edit
Bug 21934  - Allow user to specify name for 'Shibboleth'

To test:
1 - Add a shibboleth config to your koha-conf.xml file (it does not need
        to be valid)
      <useshibboleth>1</useshibboleth>
        <shibboleth>
          <matchpoint>userid</matchpoint>
          <mapping>
            <userid is="uid"></userid>
          </mapping>
        </shibboleth>
2 - Note on staff and user auth pages the message says "Shibboleth
account"
3 - Apply patch, update database
4 - Note login text has not changed
5 - Define a name in 'shibbolethName'
6 - Note it is reflected on all auth pages

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list