Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing logout event #12

Open
pawel-szymura opened this issue Jun 3, 2024 · 0 comments
Open

Missing logout event #12

pawel-szymura opened this issue Jun 3, 2024 · 0 comments

Comments

@pawel-szymura
Copy link

pawel-szymura commented Jun 3, 2024

Hi

When I login and logout to my app I can see two events in Keycloak admin panel that I have logged in and logged out. Hower in Keyclok logs I can see:

//Login operation

[org.softwarefactory.keycloak.providers.events.mqtt.MQTTEventListenerProvider] (executor-thread-24) Event: {"error":null,"type":"LOGIN"}

//Logout operation

WARN  [org.keycloak.events] (executor-thread-26) type="LOGOUT_ERROR", userId="null", ipAddress="127.0.0.1", error="session_expired"

INFO  [org.softwarefactory.keycloak.providers.events.mqtt.MQTTEventListenerProvider] (executor-thread-24) Event: {"error":null,"type":"LOGIN"}

WARN  [org.keycloak.events] (executor-thread-26) type="LOGOUT_ERROR", error="session_expired"

Why the MQTTProvider sends two LOGIN operation instead of one Loign event and one Logout event? How can I fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant