ufal / clarin-dspace

clarin-dspace digital repository based on DSpace and LINDAT/CLARIN DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
26 stars 17 forks source link

Can't login via shibboleth #1103

Closed kosarko closed 4 months ago

kosarko commented 4 months ago

Not sure what the issue is. The shibboleth flow seems to go ok dspace-idp-dspace, but for some reason the user state doesn't change (the login button is not replaced with logout and username). Originally the idea was, that it's related to chrome based browsers. Currently I'm seeing it in firefox too. What I did was login (sucessful after running redebug, which restarts backend), click logout button...try login again

milanmajchrak commented 4 months ago

It seems to be Vanilla issue: https://github.com/DSpace/dspace-angular/issues/2669 I cherry picked the fix commit and Shibboleth is working well. PR: https://github.com/dataquest-dev/dspace-angular/pull/512

kosarko commented 4 months ago

seems resolved