Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Forward Disabled Users to Their Home IdP
This change ensures that disabled users are redirected to their home IdP, bypassing execution of subsequent authenticators. The post-broker login flow and Keycloak's default behavior will now handle these cases, showing error messages appropriately. Breaking change: Disabled users are no longer processed by subsequent authenticators. This behavior avoids unexpected errors and ensures a more consistent and predictable user experience. This approach was implemented to delegate error handling to Keycloak's native logic, improving maintainability and avoiding custom error flows. Fixes #399 Signed-off-by: Sven-Torben Janus <sven-torben@sven-torben.de>
- Loading branch information