@@ -75,6 +146,10 @@ class WindowsAad extends OpenIDConnectClientBase {
'#description' => $this->t('By default, when email address is not found, a message will appear on the screen. This option hides that message (as it might be confusing for end users).'),
];
+ $form['client_secret'] = [
+ '#type' => 'key_select',
+ ];
+
return $form;
}
@@ -118,11 +193,12 @@ class WindowsAad extends OpenIDConnectClientBase {