We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab51eb6 commit 81f461dCopy full SHA for 81f461d
IdentityCore/src/MSIDConstants.m
@@ -87,7 +87,8 @@
87
NSString *const MSID_FLIGHT_SUPPORT_DUNA_CBA = @"support_duna_cba_v2";
88
NSString *const MSID_FLIGHT_CLIENT_SFRT_STATUS = @"sfrt_status";
89
90
-NSString *const MSID_FLIGHT_DISABLE_REMOVE_ACCOUNT_ARTIFACTS = @"disable_remove_account_artifacts";
+// Making the flight string short to avoid legacy broker url size limit
91
+NSString *const MSID_FLIGHT_DISABLE_REMOVE_ACCOUNT_ARTIFACTS = @"disable_rm_metadata";
92
93
94
#define METHODANDLINE [NSString stringWithFormat:@"%s [Line %d]", __PRETTY_FUNCTION__, __LINE__]
0 commit comments