Skip to content

azure-spring-boot_3.6.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 25 Jun 03:30
7989020

3.6.0 (2021-06-23)

Breaking Changes

  • Deprecate aad.group.enable-full-list, use aad.group.allowed-group-ids=all instead.
  • Deprecated allowTelemetry configuration item in each module property class.

New Features

  • Support domain_hint in aad-starter.(#21517)
  • "aad.group.allowed-group-ids=all" can be used to map all group ids to GrantedAuthority (ROLE_group_id).
    And it can work together with group names configured by "aad.group.allowed-group-names" (ROLE_group_name).#21983