This commit is contained in:
Gary Liu 2022-03-24 17:49:14 +08:00
Родитель 306d47b4f7
Коммит e1b6411e4e
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -298,7 +298,7 @@ version 3 of link:https://search.maven.org/artifact/com.azure.spring/azure-sprin
[#dependency-spring-cloud-azure-starter-active-directory]
===== Dependency Changes
Some unnecessary dependencies in the legacy artifact has been removed since the modern Spring Cloud
Some unnecessary dependencies in the legacy artifact have been removed since the modern Spring Cloud
Azure 4.0 library. Please add these removed dependencies to your project to prevent unintentional crash.
.Removed Dependencies
@ -320,8 +320,10 @@ Azure 4.0 library. Please add these removed dependencies to your project to prev
|===
[#configuration-spring-cloud-azure-starter-active-directory]
===== SDK Configuration Changes
===== SDK Configuration Changes(Added/Removed/Changed)
This section includes the changes about the properties added, removed and changed.
.The following two points are the main to pay your attention to:
. All configuration property names' prefix changed from `azure.activedirectory` to `spring.cloud.azure.active-directory`.
. New property `spring.cloud.azure.active-directory.enabled=true` is added to enable/disable AAD related features. The default value is `false`.
@ -419,6 +421,7 @@ Azure 4.0 library. Please add these removed dependencies to your project to prev
* azure.activedirectory.graph-membership-uri
.The following properties are added:
* spring.cloud.azure.active-directory.enabled
* spring.cloud.azure.active-directory.profile.environment.microsoft-graph-endpoint
* spring.cloud.azure.active-directory.user-group.use-transitive-members