[Koha-bugs] [Bug 31378] Add a generic OAuth2/OIDC client implementation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 4 06:59:40 CET 2022


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

--- Comment #131 from David Cook <dcook at prosentient.com.au> ---
First things first...staying in Failed QA due to qa tool failures:

--

testing 21 commit(s) (applied to ba01d76 '78 Bug 31713: Fix permissions')

Processing files before patches
Configure idp routes=====>| 48 / 48 (100.00%)

Processing files after patches
|========================>| 48 / 48 (100.00%)

 OK     C4/Auth.pm
 OK     Koha/Auth/Client.pm
 FAIL   Koha/Auth/Client/OAuth.pm
   FAIL   pod coverage
                POD coverage was greater before, try perl
-MPod::Coverage=PackageName -e666

 OK     Koha/Auth/Provider.pm
 OK     Koha/Auth/Provider/Domain.pm
 OK     Koha/Auth/Provider/Domains.pm
 OK     Koha/Auth/Provider/OAuth.pm
 OK     Koha/Auth/Provider/OIDC.pm
 OK     Koha/Auth/Providers.pm
 OK     Koha/Exceptions.pm
 FAIL   Koha/Exceptions/Auth.pm
   FAIL   pod coverage
                POD coverage was greater before, try perl
-MPod::Coverage=PackageName -e666

 OK     Koha/REST/Plugin/Auth.pm
 OK     Koha/REST/V1.pm
 OK     Koha/REST/V1/Auth/Provider/Domains.pm
 OK     Koha/REST/V1/Auth/Providers.pm
 OK     Koha/REST/V1/OAuth/Client.pm
 OK     Koha/Schema/Result/AuthProvider.pm
 OK     Koha/Schema/Result/AuthProviderDomain.pm
 OK     Koha/Schema/Result/Branch.pm
 OK     Koha/Schema/Result/Category.pm
 OK     Koha/Schema/Result/IdentityProviderDomain.pm
 OK     Koha/Template/Plugin/AuthClient.pm
 OK     admin/authentication_providers.pl
 OK     admin/identity_providers.pl
 OK     api/v1/swagger/definitions/auth_provider.yaml
 OK     api/v1/swagger/definitions/auth_provider_domain.yaml
 OK     api/v1/swagger/paths/auth.yaml
 OK     api/v1/swagger/paths/oauth.yaml
 OK     api/v1/swagger/paths/public_oauth.yaml
 OK     api/v1/swagger/swagger.yaml
 OK     installer/data/mysql/atomicupdate/bug_31378.pl
 OK     installer/data/mysql/kohastructure.sql
 OK     koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc
 OK     koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc
 OK     koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt
 OK    
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authentication_provider_domains.tt
 OK    
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authentication_providers.tt
 OK    
koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt
 OK     koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt
 FAIL   koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
   FAIL   valid_template
                DBIx::Class::Schema::source(): Can't find source for
IdentityProvider at /kohadevbox/koha/Koha/Objects.pm line 524


 FAIL   koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc
   FAIL   valid_template
                DBIx::Class::Schema::source(): Can't find source for
IdentityProvider at /kohadevbox/koha/Koha/Objects.pm line 524


 FAIL   koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt
   FAIL   valid_template
                DBIx::Class::Schema::source(): Can't find source for
IdentityProvider at /kohadevbox/koha/Koha/Objects.pm line 524


 FAIL   koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt
   FAIL   valid_template
                DBIx::Class::Schema::source(): Can't find source for
IdentityProvider at /kohadevbox/koha/Koha/Objects.pm line 524


 OK     t/db_dependent/Koha/Auth/Client.t
 OK     t/db_dependent/Koha/Auth/Provider.t
 OK     t/db_dependent/Koha/REST/Plugin/Auth/IdP.t
 OK     t/db_dependent/api/v1/idp.t
 FAIL   t/lib/IdP/ExternalIdP.pm
   FAIL   pod coverage
                POD coverage was greater before, try perl
-MPod::Coverage=PackageName -e666


Processing additional checks OK!

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


More information about the Koha-bugs mailing list