https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40882 Bug ID: 40882 Summary: Identity provider errors are not translatable Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org In Koha/REST/V1/OAuth/Client.pm, when there's an error, we redirect to another page with a URL parameter "auth_error". Here's some example errors: "No configuration found for your provider"; "wrong_csrf_token" "No configuration found for your email domain" "User cannot access this resource" <An exception caught during $c->oauth2->get_token_p> Only the errors after "wrong_csrf_token" are escaped. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.