diff --git a/dictation_server/src/gateways/adb2c/adb2c.service.ts b/dictation_server/src/gateways/adb2c/adb2c.service.ts index efbf23b..75c96db 100644 --- a/dictation_server/src/gateways/adb2c/adb2c.service.ts +++ b/dictation_server/src/gateways/adb2c/adb2c.service.ts @@ -65,6 +65,7 @@ export class AdB2cService { const newUser = await this.graphClient.api('users/').post({ accountEnabled: true, displayName: username, + passwordPolicies: 'DisableStrongPassword', passwordProfile: { forceChangePasswordNextSignIn: false, password: password,