Skip to content

Commit 0ee6a61

Browse files
committed
Update MSIDAADWebviewFactory.m
1 parent 1a49bab commit 0ee6a61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

IdentityCore/src/oauth2/aad_base/MSIDAADWebviewFactory.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,8 @@ - (MSIDWebviewResponse *)oAuthResponseWithURL:(NSURL *)url
231231
context:context
232232
error:nil];
233233
if (browserResponse) return browserResponse;
234-
235-
NSString *tenantId = wpjResponse.clientInfo.utid;
236-
237-
if ([self isDUNASupportedForTenantId:tenantId])
234+
235+
if ([self isDUNASupportedForTenantId:nil])
238236
{
239237
MSIDSwitchBrowserResponse *switchBrowserResponse = [[MSIDSwitchBrowserResponse alloc] initWithURL:url
240238
redirectUri:endRedirectUri

0 commit comments

Comments
 (0)