diff --git a/web/src/admin/providers/microsoft_entra/MicrosoftEntraProviderForm.ts b/web/src/admin/providers/microsoft_entra/MicrosoftEntraProviderForm.ts index ae5819b913..d2382c760c 100644 --- a/web/src/admin/providers/microsoft_entra/MicrosoftEntraProviderForm.ts +++ b/web/src/admin/providers/microsoft_entra/MicrosoftEntraProviderForm.ts @@ -4,6 +4,7 @@ import { propertyMappingsSelector, } from "@goauthentik/admin/providers/microsoft_entra/MicrosoftEntraProviderFormHelpers.js"; import { DEFAULT_CONFIG } from "@goauthentik/common/api/config"; +import "@goauthentik/components/ak-hidden-text-input"; import "@goauthentik/elements/ak-dual-select/ak-dual-select-dynamic-selected-provider.js"; import "@goauthentik/elements/ak-dual-select/ak-dual-select-provider.js"; import "@goauthentik/elements/forms/FormGroup"; @@ -68,21 +69,15 @@ export class MicrosoftEntraProviderFormPage extends BaseProviderForm - - -

- ${msg("Client secret for the app registration.")} -

-
+ - - + ${msg("Protocol settings")}
- + > , errors: ValidationE > - , errors: ValidationE "Token to authenticate with. Currently only bearer authentication is supported.", )} input-hint="code" - > + > - ${msg("Re-authenticate with plex")} + ${msg("Re-authenticate with Plex")} - - -

- ${msg( - "Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List.", - )} -

-
+ + `; }