File tree Expand file tree Collapse file tree 8 files changed +12
-8
lines changed
microsoft-azure-eventhubs-eph
microsoft-azure-eventhubs-extensions
microsoft-azure-eventhubs
src/main/java/com/azure/identity/implementation
spring-cloud-azure-autoconfigure
spring-cloud-azure-starter-active-directory Expand file tree Collapse file tree 8 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ com.microsoft.azure:azure-mgmt-resources;1.3.0
187
187
com.microsoft.azure:azure-mgmt-search;1.24.1
188
188
com.microsoft.azure:azure-mgmt-storage;1.3.0
189
189
com.microsoft.azure:azure-storage;8.0.0
190
- com.microsoft.azure:msal4j;1.11.0
190
+ com.microsoft.azure:msal4j;1.11.3
191
191
com.microsoft.azure:msal4j-persistence-extension;1.1.0
192
192
com.sun.activation:jakarta.activation;1.2.2
193
193
io.opentelemetry:opentelemetry-api;1.11.0
Original file line number Diff line number Diff line change 64
64
<dependency >
65
65
<groupId >com.microsoft.azure</groupId >
66
66
<artifactId >msal4j</artifactId >
67
- <version >1.11.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
67
+ <version >1.11.3 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >com.microsoft.azure</groupId >
70
70
<artifactId >msal4j</artifactId >
71
- <version >1.11.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
71
+ <version >1.11.3 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
72
72
<scope >test</scope >
73
73
</dependency >
74
74
<dependency >
Original file line number Diff line number Diff line change 77
77
<dependency >
78
78
<groupId >com.microsoft.azure</groupId >
79
79
<artifactId >msal4j</artifactId >
80
- <version >1.11.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
80
+ <version >1.11.3 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
81
81
<scope >test</scope >
82
82
</dependency >
83
83
<dependency >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >com.microsoft.azure</groupId >
43
43
<artifactId >msal4j</artifactId >
44
- <version >1.11.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
44
+ <version >1.11.3 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >com.microsoft.azure</groupId >
110
110
<rules >
111
111
<bannedDependencies >
112
112
<includes >
113
- <include >com.microsoft.azure:msal4j:[1.11.0 ]</include > <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
113
+ <include >com.microsoft.azure:msal4j:[1.11.3 ]</include > <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
114
114
<include >com.microsoft.azure:msal4j-persistence-extension:[1.1.0]</include > <!-- {x-include-update;com.microsoft.azure:msal4j-persistence-extension;external_dependency} -->
115
115
<include >net.java.dev.jna:jna-platform:[5.6.0]</include > <!-- {x-include-update;net.java.dev.jna:jna-platform;external_dependency} -->
116
116
<include >net.minidev:json-smart:[2.4.7]</include > <!-- {x-include-update;net.minidev:json-smart;external_dependency} -->
Original file line number Diff line number Diff line change @@ -680,6 +680,10 @@ public Mono<AccessToken> authenticateWithConfidentialClient(TokenRequestContext
680
680
ClientCredentialParameters .builder (new HashSet <>(request .getScopes ()))
681
681
.tenant (IdentityUtil
682
682
.resolveTenantId (tenantId , request , options ));
683
+ if (clientAssertionSupplier != null ) {
684
+ builder .clientCredential (ClientCredentialFactory
685
+ .createFromClientAssertion (clientAssertionSupplier .get ()));
686
+ }
683
687
return confidentialClient .acquireToken (builder .build ());
684
688
}
685
689
)).map (MsalToken ::new );
Original file line number Diff line number Diff line change 317
317
<rules >
318
318
<bannedDependencies >
319
319
<includes >
320
- <include >com.microsoft.azure:msal4j:[1.11.0 ]</include > <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
320
+ <include >com.microsoft.azure:msal4j:[1.11.3 ]</include > <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
321
321
<include >com.nimbusds:nimbus-jose-jwt:[9.10.1]</include > <!-- {x-include-update;com.nimbusds:nimbus-jose-jwt;external_dependency} -->
322
322
<include >org.messaginghub:pooled-jms:[1.2.3]</include > <!-- {x-include-update;org.messaginghub:pooled-jms;external_dependency} -->
323
323
<include >org.apache.qpid:qpid-jms-client:[0.53.0]</include > <!-- {x-include-update;org.apache.qpid:qpid-jms-client;external_dependency} -->
Original file line number Diff line number Diff line change 101
101
<dependency >
102
102
<groupId >com.microsoft.azure</groupId >
103
103
<artifactId >msal4j</artifactId >
104
- <version >1.11.0 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
104
+ <version >1.11.3 </version > <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >com.nimbusds</groupId >
You can’t perform that action at this time.
0 commit comments