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 1a49bab commit 0ee6a61Copy full SHA for 0ee6a61
IdentityCore/src/oauth2/aad_base/MSIDAADWebviewFactory.m
@@ -231,10 +231,8 @@ - (MSIDWebviewResponse *)oAuthResponseWithURL:(NSURL *)url
231
context:context
232
error:nil];
233
if (browserResponse) return browserResponse;
234
-
235
- NSString *tenantId = wpjResponse.clientInfo.utid;
236
237
- if ([self isDUNASupportedForTenantId:tenantId])
+
+ if ([self isDUNASupportedForTenantId:nil])
238
{
239
MSIDSwitchBrowserResponse *switchBrowserResponse = [[MSIDSwitchBrowserResponse alloc] initWithURL:url
240
redirectUri:endRedirectUri
0 commit comments