Open aflorj opened 1 year ago
Update: The issue seems to be related to my environment (browser) and has nothing to do with this plugin. I will leave this ticket open for now, to update it when I find the solution and close it at that time.
Update: The issue seems to be related to my environment (browser) and has nothing to do with this plugin. I will leave this ticket open for now, to update it when I find the solution and close it at that time.
Hi,I am having same issues with this plugin. How to solution?
Unfortunately I wasn't able to debug it so I can't provide any useful information, sorry.
I had the same issue.
The cause was that the cookie couldn't be retrieved in keycloak's login-status-iframe.html
.
https://github.com/keycloak/keycloak/blob/release/22.0/services/src/main/resources/org/keycloak/protocol/oidc/endpoints/login-status-iframe.html#L33
https://github.com/keycloak/keycloak/blob/release/22.0/services/src/main/resources/org/keycloak/protocol/oidc/endpoints/login-status-iframe.html#L53
Because stat
is always changed
, it triggers logout.
https://github.com/devopskube/redmine_openid_connect/blob/0.9.4/app/views/account/rpiframe.html.erb#L29
We have the same issue, it's just working with FireFox. . . :((. If you have solution (or work around) please share to us, otherwise this plugin is almost useless. Thanks
Plugin version: 0.9.4 Redmine version: 5.0.5.stable
Hello.
I am having issues with this plugin. Everything seems to work fine until the moment I am logged in (a new user is successfully created in Redmine, the newly created used receives admin role, authentication in successful). After a successful login I am immediately redirected to logout. My Keycloak session is still active, I am only getting logged out from Redmine.
Plugin settings:
I would appreciate any input on this issue.
Logs: