Skip to content

TokeCredential support#10

Merged
philon-msft merged 10 commits into
mainfrom
user/lsannicolas/tokencredential
Nov 2, 2023
Merged

TokeCredential support#10
philon-msft merged 10 commits into
mainfrom
user/lsannicolas/tokencredential

Conversation

@lsannicolas

@lsannicolas lsannicolas commented Jun 26, 2023

Copy link
Copy Markdown
Collaborator

Added support for tokencredential to allow extension usage on a non-Azure VM
Fix #2, #25

@lsannicolas lsannicolas requested a review from philon-msft June 26, 2023 19:48
Comment thread sample/Sample.cs Outdated
Comment thread RELEASENOTES.md Outdated
Comment thread sample/Microsoft.Azure.StackExchangeRedis.Sample.csproj Outdated
Comment thread RELEASENOTES.md Outdated
Comment thread sample/Sample.cs Outdated
Comment thread src/AzureCacheOptionsProviderWithToken.cs Outdated
Comment thread src/AzureCacheOptionsProviderWithToken.cs Outdated
Comment thread src/AzureCacheOptionsProviderWithToken.cs Outdated
Comment thread src/AzureCacheOptionsProviderWithToken.cs Outdated
Comment thread src/CacheIdentityClient.cs Outdated
Comment thread src/CacheIdentityClient.cs Outdated
Comment thread src/IAzureCacheTokenEvents.cs Outdated
Comment thread sample/Sample.cs Outdated
Comment thread src/AzureCacheOptions.cs Outdated
Comment thread src/CacheIdentityClient.cs Outdated
@lsannicolas lsannicolas changed the title User/lsannicolas/tokencredential TokeCredential support Sep 20, 2023
Comment thread sample/Sample.cs Outdated
Comment thread sample/Sample.cs Outdated
Comment thread src/AzureCacheForRedis.cs Outdated
Comment thread sample/Sample.cs Outdated
Comment thread src/AzureCacheForRedis.cs Outdated
Comment thread src/IAzureCacheTokenEvents.cs Outdated
Comment thread src/PublicAPI.Shipped.txt
Comment thread src/PublicAPI.Unshipped.txt Outdated
Comment thread src/TokenResult.cs Outdated
Comment thread src/TokenResult.cs Outdated
Comment thread src/AzureCacheForRedis.cs Outdated
@philon-msft philon-msft merged commit f5490da into main Nov 2, 2023
@xinlifoobar

Copy link
Copy Markdown

Hi, may I ask when this change will be released to Nuget.

@philon-msft

Copy link
Copy Markdown
Contributor

@xinlifoobar the NuGet should be available in the next few days

@tom-wolfe

Copy link
Copy Markdown

Hi, I noticed you're referencing Azure.Identity 1.10.1, which has a high severity Remote Code Execution Vulnerability. The latest version is 1.10.3 which has a fix.

@tompazourek

tompazourek commented Nov 8, 2023

Copy link
Copy Markdown

Hi, I noticed you're referencing Azure.Identity 1.10.1, which has a high severity Remote Code Execution Vulnerability. The latest version is 1.10.3 which has a fix.

@tom-wolfe This has already been upgraded, check the latest source code:

<PackageReference Include="Azure.Identity" Version="1.10.3" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support authentication using TokenCredential

6 participants