Forum Discussion
Microsoft.IdentityModel.Clients.ActiveDirectory could not load
Hi James,
Here is a link to the Microsoft.IdentityModel.Clients.ActiveDirectory library:
https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/#dotnet-cli
You can download the package manually, which if you open with the NuGet Package Explorer will give a list of dependencies for the library.
Hi,
thank you for your response, how can i download it manually ? in my powershell console ? thanks.
- Matthew RoerigOct 04, 2018Copper Contributor
James,
I've attempted to install this package through a PowerShell console and the Package Manager that comes with VS2017 but the package source isn't being resolved. I'm not sure why this is happening. However there should be a link on the right hand side of the page to download the package. Here is a direct link that might work: https://www.nuget.org/api/v2/package/Microsoft.IdentityModel.Clients.ActiveDirectory/3.19.8
- DeletedOct 04, 2018
Thank you,
Sorry i'm kinda lost about what i need to do, do i need to take one of those files :And put it in my Kudu modules files ? Thanks again for your help
- Matthew RoerigOct 04, 2018Copper ContributorThat might be a good place to start. In honesty, I don't have much experience with using custom .NET libraries in PowerShell. Since a dependency couldn't be found, doing some investigating around that module would be good first step. What does this script do, and where is it being executed from? Where in the script does it call for the missing dependency?