mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
fix(tde-offboarding): Auth/PM-19165 - Handle TDE offboarding on an untrusted device with warning message (#15430)
When a user logs in via SSO after their org has offboarded from TDE, we now show them a helpful error message stating that they must either login on a Trusted device, or ask their admin to assign them a password. Feature flag: `PM16117_SetInitialPasswordRefactor`
This commit is contained in:
@@ -3568,6 +3568,12 @@
|
||||
"requestAdminApproval": {
|
||||
"message": "Request admin approval"
|
||||
},
|
||||
"unableToCompleteLogin": {
|
||||
"message": "Unable to complete login"
|
||||
},
|
||||
"loginOnTrustedDeviceOrAskAdminToAssignPassword": {
|
||||
"message": "You need to log in on a trusted device or ask your administrator to assign you a password."
|
||||
},
|
||||
"ssoIdentifierRequired": {
|
||||
"message": "Organization SSO identifier is required."
|
||||
},
|
||||
|
||||
@@ -682,6 +682,7 @@ export class ServiceContainer {
|
||||
this.vaultTimeoutSettingsService,
|
||||
this.kdfConfigService,
|
||||
this.taskSchedulerService,
|
||||
this.configService,
|
||||
);
|
||||
|
||||
// FIXME: CLI does not support autofill
|
||||
|
||||
@@ -3144,6 +3144,12 @@
|
||||
"requestAdminApproval": {
|
||||
"message": "Request admin approval"
|
||||
},
|
||||
"unableToCompleteLogin": {
|
||||
"message": "Unable to complete login"
|
||||
},
|
||||
"loginOnTrustedDeviceOrAskAdminToAssignPassword": {
|
||||
"message": "You need to log in on a trusted device or ask your administrator to assign you a password."
|
||||
},
|
||||
"region": {
|
||||
"message": "Region"
|
||||
},
|
||||
|
||||
@@ -8454,6 +8454,12 @@
|
||||
"requestAdminApproval": {
|
||||
"message": "Request admin approval"
|
||||
},
|
||||
"unableToCompleteLogin": {
|
||||
"message": "Unable to complete login"
|
||||
},
|
||||
"loginOnTrustedDeviceOrAskAdminToAssignPassword": {
|
||||
"message": "You need to log in on a trusted device or ask your administrator to assign you a password."
|
||||
},
|
||||
"trustedDeviceEncryption": {
|
||||
"message": "Trusted device encryption"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user