IdP hint cannot configured via UI

Created on 29 April 2024, 8 months ago

Problem/Motivation

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;
}

Proposed resolution

Add text field to configuration form.

Feature request
Status

Needs review

Version

2.2

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024