Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AzureAD/microsoft-identity-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.15.1
Choose a base ref
...
head repository: AzureAD/microsoft-identity-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.16.0
Choose a head ref
  • 19 commits
  • 32 files changed
  • 5 contributors

Commits on Jul 28, 2021

  1. Copy the full SHA
    83871d0 View commit details
  2. fix authorization header used for GraphClientService requests (#1354)

    * fix authorization header
    
    * fix warning
    jennyf19 authored Jul 28, 2021
    Copy the full SHA
    9855d5a View commit details

Commits on Jul 30, 2021

  1. Copy the full SHA
    ce9d732 View commit details
  2. Copy the full SHA
    765b22f View commit details
  3. Copy the full SHA
    8a1c8f4 View commit details

Commits on Aug 3, 2021

  1. Fixes an issue where the key is not found in the dictionary when call…

    …ing WithScopes(), WithAppOnly() (#1365)
    ThreeSevenths authored Aug 3, 2021
    Copy the full SHA
    7fc0499 View commit details

Commits on Aug 5, 2021

  1. Jennyf/fix test (#1374)

    * fix test
    
    * fix warning
    jennyf19 authored Aug 5, 2021
    Copy the full SHA
    210645a View commit details
  2. Jennyf/display name (#1373)

    * add support for providing display name for an IdP
    
    * update API to not have breaking change
    
    * update test
    jennyf19 authored Aug 5, 2021
    Copy the full SHA
    18345c8 View commit details

Commits on Aug 11, 2021

  1. 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
    jennyf19 authored Aug 11, 2021
    Copy the full SHA
    f6d9fbd View commit details

Commits on Aug 12, 2021

  1. 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()
    ```
    Shazwazza authored Aug 12, 2021
    Copy the full SHA
    d1b50c2 View commit details

Commits on Aug 13, 2021

  1. update graph to 4.2 (#1383)

    jennyf19 authored Aug 13, 2021
    Copy the full SHA
    5e1656e View commit details
  2. Copy the full SHA
    1f46bd9 View commit details

Commits on Aug 17, 2021

  1. provide option to disable L1 cache (#1392)

    * provide option to disable L1 cache
    
    * fix warning
    jennyf19 authored Aug 17, 2021
    Copy the full SHA
    26f1a15 View commit details
  2. Copy the full SHA
    f2f6c9d View commit details

Commits on Aug 18, 2021

  1. Fixes #1390 (#1391)

    * Fixes #1390
    
    * Addressing Bogdan's PR feedback
    
    * address PR comment (#1393)
    
    Co-authored-by: jennyf19 <jeferrie@microsoft.com>
    jmprieur and jennyf19 authored Aug 18, 2021
    1
    Copy the full SHA
    bd087e1 View commit details
  2. update xml (#1394)

    jennyf19 authored Aug 18, 2021
    Copy the full SHA
    0d7a785 View commit details
  3. Fix for issue 929 (#1387)

    Removed context.Success() so that token is also available in ASP.NET Core.
    ryanfalzon authored Aug 18, 2021
    Copy the full SHA
    22a74c6 View commit details
  4. Copy the full SHA
    24d4ccb View commit details

Commits on Aug 19, 2021

  1. changelog 1.16 (#1396)

    * changelog 1.16
    
    * PR feedback
    jennyf19 authored Aug 19, 2021
    Copy the full SHA
    2b38ac6 View commit details
Loading