You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What package version of the SDK are you using.
I am using the latest version of the downloaded code as of 1/2/2025
Describe the bug
A clear and concise description of what the bug is.
In the WeatherBot example there is a bug in the AspNetExtensions.cs file on line 88 where it says
With the given appsettings.json and the given README.md this leads the user to believe that there should be a variable in the TokenValidation section called "Audience", when in fact there is a list variable called "Audiences" and therefore this produces an error.
To Reproduce
How can we reproduce this error?
Simply try and run the code.
The text was updated successfully, but these errors were encountered:
Version
What package version of the SDK are you using.
I am using the latest version of the downloaded code as of 1/2/2025
Describe the bug
A clear and concise description of what the bug is.
In the WeatherBot example there is a bug in the AspNetExtensions.cs file on line 88 where it says
string audience = tokenValidationSection["Audience"];
With the given appsettings.json and the given README.md this leads the user to believe that there should be a variable in the TokenValidation section called "Audience", when in fact there is a list variable called "Audiences" and therefore this produces an error.
To Reproduce
How can we reproduce this error?
Simply try and run the code.
The text was updated successfully, but these errors were encountered: