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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to