Closed LuisPintoIt closed 8 months ago
Hi @LuisPintoIt, Sounds like a missing thing in the extension. I'll add an event when the user cancels the login 👍
Pls check 1.8.0 if that's sufficient for your use case. Feel free to create a PR in case you want to add something.
This is what the event looks like:
2023-12-15 15:57:42,019 WARN [org.keycloak.events] (executor-thread-7) type=IDENTITY_PROVIDER_LOGIN_ERROR, realmId=skeleton, clientId=account-console, userId=null, ipAddress=<ip>, error=identity_provider_login_failure, idp=apple, code_id=<code>
Closing, due to inactivity.
Hello,
I'm encountering the following problem:
After clicking the cancel button, as shown in the screenshot below:
I am being redirected to the Keycloak Login form, and the only message I receive in the logs is user_cancelled_authorize for broker login apple. There are no other events or actions taking place.
In accordance with my specific requirements, I need to terminate the entire page and prevent redirection to the Keycloak login form. If it's possible, I would greatly appreciate it if you could send a Keycloak event that I can capture using Keycloak SPI and handle the page termination myself.