You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue in newer keycloak's, that if an IDP Provider does not have a displayName, then the IDP Linking flow will fail with some StringIndexOutOfBoundsException, see: keycloak/keycloak#9217
I cannot set the displayName with keycloak_oidc_google_identity_provider, so that triggers this error. Instead of that currently we use the keycloak_oidc_identity_provider resource, like this:
@oysteinhauan I tried but it doesn't work. extra_config pupulates IdentityProviderConfig while DisplayName is part of the IdentityProvider struct (check here).
When I create an IdP through the web console, displayName is not set; when I use this provider displayName is set to an empty string, thus triggering the keycloak bug.
Hi,
There's an issue in newer keycloak's, that if an IDP Provider does not have a
displayName
, then the IDP Linking flow will fail with someStringIndexOutOfBoundsException
, see: keycloak/keycloak#9217I cannot set the
displayName
withkeycloak_oidc_google_identity_provider
, so that triggers this error. Instead of that currently we use thekeycloak_oidc_identity_provider
resource, like this:Coudl you add the
display_name
attribute to thekeycloak_oidc_google_identity_provider
or set it to something by default?Thanks,
The text was updated successfully, but these errors were encountered: