Skip to content

Commit a60c0f7

Browse files
authored
Merge branch 'main' into dependabot/maven/org.awaitility-awaitility-4.3.0
2 parents 6d52a48 + fe6bb85 commit a60c0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entraid/src/main/java/redis/clients/authentication/entraid/AzureTokenAuthConfigBuilder.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ public static AzureTokenAuthConfigBuilder from(AzureTokenAuthConfigBuilder sampl
109109
.maxAttemptsToRetry(tokenManagerConfig.getRetryPolicy().getMaxAttempts())
110110
.delayInMsToRetry(tokenManagerConfig.getRetryPolicy().getdelayInMs())
111111
.identityProviderConfig(tokenAuthConfig.getIdentityProviderConfig());
112+
113+
builder.defaultAzureCredential = sample.defaultAzureCredential;
112114
builder.scopes = sample.scopes;
115+
builder.tokenRequestExecTimeoutInMs = sample.tokenRequestExecTimeoutInMs;
113116
return builder;
114117
}
115118
}

0 commit comments

Comments
 (0)