https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32370 --- Comment #30 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 191055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191055&action=edit Bug 32370: Adapt Koha::Auth::Identity::Provider This patch adapts the Koha::Auth::Identity::Provider class to make use of this, and also to prove the behavior is correct (expected results, exceptions, encoding, etc). To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Auth/Identity/Provider.t \ t/db_dependent/api/v1/idp.t => SUCCESS: Identity provider related tests pass! 2. Apply this patches 3. Repeat 1 => SUCCESS: Tests still pass! 4. Sign off :-D Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.