Skip to content

[Hotfix] TokenCredentialCache: Adds an options to override AAD audience scope.#5330

Merged
kirankumarkolli merged 2 commits intoreleases/3.52.1from
users/aavasthy/hotfix_AAD_PR5252
Aug 4, 2025
Merged

[Hotfix] TokenCredentialCache: Adds an options to override AAD audience scope.#5330
kirankumarkolli merged 2 commits intoreleases/3.52.1from
users/aavasthy/hotfix_AAD_PR5252

Conversation

@aavasthy
Copy link
Copy Markdown
Contributor

@aavasthy aavasthy commented Aug 1, 2025

Pull Request Template

Description

This PR is a hotfix and cherry picks this commit:
TokenCredentialCache: Adds an options to override AAD audience scope
Initial PR

Add AAD audience scope override functionality when this environment variable is set AADScopeOverride = "AZURE_COSMOS_AAD_SCOPE_OVERRIDE". If no environment variable is et then it uses the existing default scope value.
This will help clients in accessing applications which have a different scope.

…#5252)

# Pull Request Template

## Description

Add AAD audience scope override functionality when this environment
variable is set AADScopeOverride = "AZURE_COSMOS_AAD_SCOPE_OVERRIDE". If
no environment variable is et then it uses the existing default scope
value.
This will help clients in accessing applications which have a different
scope.

## Type of change

Please delete options that are not relevant.

- [X] New feature (non-breaking change which adds functionality)

## Closing issues

To automatically close an issue: closes #IssueNumber
… phrase search (#5317)

# Pull Request Template

## Description

The most recent emulator release has backend fixes for phrase search.
Earlier the search phrase "United States" would match any documents that
had the token "United". This was recently fixed so that the backend
returns only those documents that have the complete phrase "United
States". This change modifies the test expectations accordingly.

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
@kirankumarkolli kirankumarkolli merged commit e0e7333 into releases/3.52.1 Aug 4, 2025
27 checks passed
@kirankumarkolli kirankumarkolli deleted the users/aavasthy/hotfix_AAD_PR5252 branch August 4, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants