-
Notifications
You must be signed in to change notification settings - Fork 218
Comparing changes
Open a pull request
base repository: AzureAD/microsoft-identity-web
base: 1.15.1
head repository: AzureAD/microsoft-identity-web
compare: 1.16.0
- 19 commits
- 32 files changed
- 5 contributors
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 83871d0 - Browse repository at this point
Copy the full SHA 83871d0View commit details -
fix authorization header used for GraphClientService requests (#1354)
* fix authorization header * fix warning
Configuration menu - View commit details
-
Copy full SHA for 9855d5a - Browse repository at this point
Copy the full SHA 9855d5aView commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ce9d732 - Browse repository at this point
Copy the full SHA ce9d732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765b22f - Browse repository at this point
Copy the full SHA 765b22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1c8f4 - Browse repository at this point
Copy the full SHA 8a1c8f4View commit details
Commits on Aug 3, 2021
-
Fixes an issue where the key is not found in the dictionary when call…
…ing WithScopes(), WithAppOnly() (#1365)
Configuration menu - View commit details
-
Copy full SHA for 7fc0499 - Browse repository at this point
Copy the full SHA 7fc0499View commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 210645a - Browse repository at this point
Copy the full SHA 210645aView commit details -
* add support for providing display name for an IdP * update API to not have breaking change * update test
Configuration menu - View commit details
-
Copy full SHA for 18345c8 - Browse repository at this point
Copy the full SHA 18345c8View commit details
Commits on Aug 11, 2021
-
test for graph key isssue (#1377)
* test for graph key isssue * update graph sdk's to latest (#1376) * update graph sdk's to latest * re-add file to csproj
Configuration menu - View commit details
-
Copy full SHA for f6d9fbd - Browse repository at this point
Copy the full SHA f6d9fbdView commit details
Commits on Aug 12, 2021
-
Avoid exception: An item with the same key has already been added. Ke…
…y: MicrosoftIdentityError (#1382) This exception occurs sometimes when there are errors during login. It's not always the case but perhaps something to do with Temp Data not being cleared during debugging/testing and restarting. In any case, it's easily solved by just setting the temp data value instead of adding it. Stack trace ``` ArgumentException: An item with the same key has already been added. Key: MicrosoftIdentityError System.Collections.Generic.Dictionary<TKey, TValue>.TryInsert(TKey key, TValue value, InsertionBehavior behavior) System.Collections.Generic.Dictionary<TKey, TValue>.Add(TKey key, TValue value) Microsoft.AspNetCore.Mvc.ViewFeatures.TempDataDictionary.Add(string key, object value) Microsoft.Identity.Web.TempDataLoginErrorAccessor.SetMessage(HttpContext context, string message) Microsoft.Identity.Web.AzureADB2COpenIDConnectEventHandlers.OnRemoteFailure(RemoteFailureContext context) Microsoft.Identity.Web.MicrosoftIdentityWebAppAuthenticationBuilderExtensions+<>c__DisplayClass5_2+<<AddMicrosoftIdentityWebAppInternal>b__5>d.MoveNext() ```
Configuration menu - View commit details
-
Copy full SHA for d1b50c2 - Browse repository at this point
Copy the full SHA d1b50c2View commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e1656e - Browse repository at this point
Copy the full SHA 5e1656eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f46bd9 - Browse repository at this point
Copy the full SHA 1f46bd9View commit details
Commits on Aug 17, 2021
-
provide option to disable L1 cache (#1392)
* provide option to disable L1 cache * fix warning
Configuration menu - View commit details
-
Copy full SHA for 26f1a15 - Browse repository at this point
Copy the full SHA 26f1a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f6c9d - Browse repository at this point
Copy the full SHA f2f6c9dView commit details
Commits on Aug 18, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for bd087e1 - Browse repository at this point
Copy the full SHA bd087e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7a785 - Browse repository at this point
Copy the full SHA 0d7a785View commit details -
Removed context.Success() so that token is also available in ASP.NET Core.
Configuration menu - View commit details
-
Copy full SHA for 22a74c6 - Browse repository at this point
Copy the full SHA 22a74c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d4ccb - Browse repository at this point
Copy the full SHA 24d4ccbView commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b38ac6 - Browse repository at this point
Copy the full SHA 2b38ac6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.15.1...1.16.0