[Koha-bugs] [Bug 34755] Error authenticating to external OpenID Connect (OIDC) identity provider : wrong_csrf_token

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 4 05:22:45 CET 2024


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161783|0                           |1
        is obsolete|                            |
 Attachment #161784|0                           |1
        is obsolete|                            |

--- Comment #25 from David Cook <dcook at prosentient.com.au> ---
Created attachment 162710
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162710&action=edit
Bug 34755: Backport Koha::Token change from bug 34478

This change includes the Koha::Token changes which uses
Koha::Session for generating and checking CSRF tokens.

0. Apply the patch and koha-plack --restart kohadev
1. Setup Keycloak OIDC SSO according to "Testing SSO"
wiki guide
2. In a regular window go to http://localhost:8080
3. In a private window go to http://localhost:8080 and click
the SSO "Log in with..." button, but don't log into Keycloak
4. In the regular window, login locally, and navigate to 5-6 pages
5. In the private window, log into Keycloak
6. Note that you are redirected back to Koha and logged in
successfully (no wrong_csrf_token error).

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


More information about the Koha-bugs mailing list