You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -650,25 +650,24 @@ protected boolean isWebCpInWebviewFeatureEnabled(@NonNull final String originalU
650
650
returnfalse;
651
651
}
652
652
653
-
if (CommonFlightsManager.INSTANCE.getFlightsProvider().isFlightEnabled(CommonFlight.ENABLE_WEB_CP_IN_WEBVIEW)) {
654
-
// Directly enabled via flight rollout.
655
-
Logger.info(methodTag, "WebCP in WebView feature is enabled.");
656
-
mIsWebCpInWebViewFeatureEnabled = true;
657
-
returntrue;
658
-
}
659
-
660
-
// Else, check if the home tenant is in the list of tenants that have this feature enabled.
Logger.info(methodTag, "TenantId list is empty? " + StringUtil.isNullOrEmpty(tenantIdList) + ", Is current tenantId in list? " + isFlightEnabledForCurrentTenant);
0 commit comments