- Issue created by @tarikflz
- Issue was unassigned.
- Status changed to Needs review
8 months ago 3:29pm 29 April 2024
Keycloak authorization method allows to adding idp hint parameter but does not provide any UI to configure related parameter.
// Allow to bypass the Keycloak login page by hinting at the identity
// provider.
if (isset($this->configuration['kc_idp_hint']) && !empty($kc_idp_hint = $this->configuration['kc_idp_hint'])) {
$url_options['query']['kc_idp_hint'] = $kc_idp_hint;
}
Add text field to configuration form.
Needs review
2.2
Code