-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix invalid scope in Lettuce sample using identity for Redis Cache #45305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you for your contribution @ritzingerp! We will review the pull request and get back to you soon. |
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The scope looks good. Just a few nits to address, and then this looks good to me.
...-identity/src/samples/Azure-Cache-For-Redis/Lettuce/Azure-AAD-Authentication-With-Lettuce.md
Outdated
Show resolved
Hide resolved
...-identity/src/samples/Azure-Cache-For-Redis/Lettuce/Azure-AAD-Authentication-With-Lettuce.md
Outdated
Show resolved
Hide resolved
Removed all the occurences of the mentioned comment. |
Description
Fix invalid scope in Lettuce sample using identity for Redis Cache.
The old scope was missing an 'a' letter from the beginning, it was invalid and not working. Replaced to "https://redis.azure.com/.default"