Bug 23167

Summary: We should factor out shared code from Auth_with_cas.pm and Auth_with_shibboleth.pm
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23042
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Martin Renvoize (ashimema) 2019-06-20 07:29:33 UTC
These two authentication mechanisms are starting to duplicate each others code in places; for example building a return url is now present in a nearly matching routine for both.

We should factor out the similar routines into their own module.