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: common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/microsoftsts/MicrosoftStsOAuth2Strategy.java
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,26 @@ public MicrosoftStsTokenRequest createTokenRequest(@NonNull final MicrosoftStsAu
381
381
}
382
382
383
383
if (PopAuthenticationSchemeInternal.SCHEME_POP.equals(authScheme.getName())) {
384
-
thrownewUnsupportedOperationException("MSAL Android supports ROPC on Bearer flows only for testing purposes.");
0 commit comments