Search code examples
c#sharepointasp.net-mvc-4wif

Where can I find Microsoft.IdentityModel.Extensions.dll library?


I'm searching for Microsoft.IdentityModel.Extensions library. In documentation that I'm reading they suggest that it should be available in my GAC, but its not. I'm using Visual Studio 2012.

Where can I find it?


Solution

  • Right click your project and opt for Manage NuGet Package and look for the following extension Windows Identity Foundation

    Alternately, you can download it from here. Afterwards reinstalling the NuGet packages may be necessary: Update-Package –reinstall