Bug 34903

Summary: Add ability to turn Shibboleth on/off for staff/opac
Product: Koha Reporter: Magnus Enger <magnus>
Component: AuthenticationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dpavlin
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Magnus Enger 2023-09-25 08:29:58 UTC
As far as I can tell, if we set <useshibboleth>1</useshibboleth> in koha-conf.xml, this will show the "Log in using a Shibboleth account" link in both staff and OPAC. But we have a setup where we want Shibboleth only for staff, not for patrons. 

We can hide the link in the OPAC with JS or CSS, but having the option to remove the link completely would be better.