Skip to content

Comments

Fixes for Keycloak 26.5#607

Open
tobiasge wants to merge 1 commit intosventorben:mainfrom
tobiasge:keycloak-26.5
Open

Fixes for Keycloak 26.5#607
tobiasge wants to merge 1 commit intosventorben:mainfrom
tobiasge:keycloak-26.5

Conversation

@tobiasge
Copy link

@tobiasge tobiasge commented Jan 7, 2026

These are the changes I needed to run this plugin with the new Keycloak 26.5.

Signed-off-by: Tobias Genannt <tobias.genannt@qbeyond.de>
@heaton0825
Copy link

Thanks for this

@vilmosnagy
Copy link

Just FYI: this PR was released with Keycloak 26.5 (keycloak/keycloak#43963). As part of that change, IdentityProviderRepresentation.isLinkOnly() may now return null.

This plugin uses that method in an if statement in Redirector, which can lead to an NPE (see here).

It likely should be updated to use the newly introduced org.keycloak.util.Booleans.isTrue(...) helper in that condition, although I’m not 100% certain this is the intended behavior.

@garethparris
Copy link

watching this PR with anticipation...

@enastevs
Copy link

When is it planned that the fix is rolled out?

@inkules
Copy link

inkules commented Feb 17, 2026

this one is highly needed

@ryancamp1
Copy link

Any update on when this will be available?

@Fridious
Copy link

Any update? We need this?

@db6edr
Copy link

db6edr commented Feb 20, 2026

What about Keycloak's Organizations feature?
From what I see there, it can be used to achieve almost the same thing: Take the user's email, select the correct IDP and redirect there. I've already given it a small-scale test and it worked like a charm.

Can anyone confirm this as a viable alternative?

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

Successfully merging this pull request may close these issues.

9 participants