Skip to content

Commit b9dce38

Browse files
authored
Merge branch 'main' into dev
2 parents b9a8c5b + 770a8fe commit b9dce38

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
3333
```
3434
### Gradle
3535

36-
```
3736
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.11.2'
38-
```
3937

4038
## Usage
4139

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
<artifactId>azure-security-keyvault-secrets</artifactId>
104104
<version>4.3.5</version>
105105
</dependency>
106+
<dependency>
107+
<groupId>com.azure</groupId>
108+
<artifactId>azure-security-keyvault-secrets</artifactId>
109+
<version>4.3.5</version>
110+
</dependency>
106111
<dependency>
107112
<groupId>org.seleniumhq.selenium</groupId>
108113
<artifactId>selenium-java</artifactId>

src/main/java/com/microsoft/aad/msal4j/ConfidentialClientApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
public class ConfidentialClientApplication extends AbstractClientApplicationBase implements IConfidentialClientApplication {
3434

3535
private ClientAuthentication clientAuthentication;
36+
private CustomJWTAuthentication customJWTAuthentication;
3637
private boolean clientCertAuthentication = false;
3738
private ClientCertificate clientCertificate;
3839

0 commit comments

Comments
 (0)