mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
607 stars 295 forks source link

Allow passing a login hint to saml idps #830

Closed toddkazakov closed 1 year ago

toddkazakov commented 1 year ago

Keycloak >19 (possibly lower versions too) allows passing a login hint to SAML IDPs. It's handled as a string, not as a quoted bool, to avoid backward compatibility issues with existing OIDC providers.

toddkazakov commented 1 year ago

Hey @mrparkers could you please review this PR?

toddkazakov commented 1 year ago

@mrparkers how can we get through the finish line?