Skip to content

Commit 81f461d

Browse files
committed
Update disable_feature flag to make it short string
1 parent ab51eb6 commit 81f461d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IdentityCore/src/MSIDConstants.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
NSString *const MSID_FLIGHT_SUPPORT_DUNA_CBA = @"support_duna_cba_v2";
8888
NSString *const MSID_FLIGHT_CLIENT_SFRT_STATUS = @"sfrt_status";
8989

90-
NSString *const MSID_FLIGHT_DISABLE_REMOVE_ACCOUNT_ARTIFACTS = @"disable_remove_account_artifacts";
90+
// Making the flight string short to avoid legacy broker url size limit
91+
NSString *const MSID_FLIGHT_DISABLE_REMOVE_ACCOUNT_ARTIFACTS = @"disable_rm_metadata";
9192

9293

9394
#define METHODANDLINE [NSString stringWithFormat:@"%s [Line %d]", __PRETTY_FUNCTION__, __LINE__]

0 commit comments

Comments
 (0)