Hello.
Currently, both keycloak and Jira are operating in http environments.
However, sso is done smoothly by linking keycloak and jira. However, problems arise in logout.
For example, if only one client is logged in and logged out, it works normally.
However, if you log in multiple clients (e.g., bitbucket, confluence) and log out of double bitbucket, it does not log out of jira and confluence. The reason is that the keycloak session is single logged out works well, but it doesn't log out because it has its own sessions of jira and confidence left. I want to solve this problem. Maybe because of http, the basic authentication method of Jira is not disabled either.
1. Keycloak's front channel logout function does not work with the latest browser either.(i think because of CSP)
2. Keycloak's back channel logout function does not work because it does not know the atlasian.xsrf. token or JSESSIONID of the jira itself.
*The connection of jira and keycloak used the plug-in of the Atlasian marketplace.
*jira version is 7.13.8 and my keycloak version is 25.0.2.