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.
2 parents 2564f3e + 7cc4603 commit 8f19601Copy full SHA for 8f19601
MSAL/src/MSALPublicClientApplication.m
@@ -128,7 +128,7 @@ + (void)load
128
MSIDNotifications.webAuthDidFinishLoadNotificationName = MSALWebAuthDidFinishLoadNotification;
129
MSIDNotifications.webAuthWillSwitchToBrokerAppNotificationName = MSALWebAuthWillSwitchToBrokerApp;
130
MSIDNotifications.webAuthDidReceiveResponseFromBrokerNotificationName = MSALWebAuthDidReceiveResponseFromBroker;
131
- #if TARGET_OS_IPHONE
+ #if TARGET_OS_IPHONE && !AD_BROKER
132
[MSIDCertAuthHandler setUseAuthSession:YES];
133
#endif
134
}
0 commit comments