Skip to content

Commit cac03fc

Browse files
committed
Fix comment
1 parent 8be97d5 commit cac03fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/AcquireTokenByAuthorizationGrantSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private boolean IsUiRequiredCacheSupported() {
7575

7676
private void processPasswordGrant(OAuthAuthorizationGrant authGrant) throws Exception {
7777

78-
//Additional processing is only needed if it's a password grant with a non-AAD authority
78+
//Additional processing is only needed if it's a password grant with an AAD authority
7979
if (!(authGrant.getParamValue(GrantConstants.GRANT_TYPE_PARAMETER).equals(GrantConstants.PASSWORD))
8080
|| msalRequest.application().authenticationAuthority.authorityType != AuthorityType.AAD) {
8181
return;

0 commit comments

Comments
 (0)