Skip to content

Commit

Permalink
Add upgradeJoin
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioalwan committed Jun 21, 2024
1 parent f5fa4f7 commit ba1ccf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions MSAL/src/MSALErrorConverter.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ + (void)initialize
@(MSIDErrorNoMainViewController) : @(MSALInternalErrorNoViewController),
@(MSIDErrorAttemptToOpenURLFromExtension): @(MSALInternalErrorAttemptToOpenURLFromExtension),
@(MSIDErrorUINotSupportedInExtension): @(MSALInternalErrorUINotSupportedInExtension),

@(MSIDErrorInsufficientDeviceStrength): @(MSALErrorInsufficientDeviceStrength),
// Broker errors
@(MSIDErrorBrokerResponseNotReceived): @(MSALInternalErrorBrokerResponseNotReceived),
@(MSIDErrorBrokerNoResumeStateFound): @(MSALInternalErrorBrokerNoResumeStateFound),
Expand Down Expand Up @@ -112,7 +112,6 @@ + (void)initialize
@(MSIDErrorJITTroubleshootingAcquireToken) : @(MSALErrorJITTroubleshootingAcquireToken),
@(MSIDErrorDeviceNotPSSORegistered) : @(MSALErrorDeviceNotPSSORegistered),
@(MSIDErrorPSSOKeyIdMismatch) : @(MSALErrorPSSOKeyIdMismatch),
@(MSIDErrorWorkplaceJoinMigrateDevice) : @(MSALErrorWorkplaceJoinMigrateDevice),
@(MSIDErrorJITErrorHandlingConfigNotFound) : @(MSALErrorJITErrorHandlingConfigNotFound),

// Oauth2 errors
Expand Down
2 changes: 1 addition & 1 deletion MSAL/src/public/MSALError.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ typedef NS_ENUM(NSInteger, MSALError)
/**
Workplacejoin migrate device registration is required to proceed.
*/
MSALErrorWorkplaceJoinMigrateDevice = -50007,
MSALErrorInsufficientDeviceStrength = -50007,
};

/**
Expand Down

0 comments on commit ba1ccf1

Please sign in to comment.