Bug 36219: Re-add missing state param for Oauth/OIDC client
authorDavid Cook <dcook@prosentient.com.au>
Mon, 4 Mar 2024 03:57:27 +0000 (03:57 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Mar 2024 13:50:41 +0000 (14:50 +0100)
commitc12cb8e3c598abd916cd110c5a205fe57e4202a7
tree9fa0478584905c6f95bef8432af54db08ec995bc
parent190ab37812678f0d9ce2d7465bb4fa5971fdb061
Bug 36219: Re-add missing state param for Oauth/OIDC client

This change restores the csrf token added as the state param for
the OAuth/OIDC client.

Test plan:
0. Apply the patch and restart Starman
1. Test the SSO using the wiki guide

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/V1/OAuth/Client.pm