Microsoft.SystemForCrossDomainIdentityManagement
1.0.130.62
See the version list below for details.
dotnet add package Microsoft.SystemForCrossDomainIdentityManagement --version 1.0.130.62
NuGet\Install-Package Microsoft.SystemForCrossDomainIdentityManagement -Version 1.0.130.62
<PackageReference Include="Microsoft.SystemForCrossDomainIdentityManagement" Version="1.0.130.62" />
paket add Microsoft.SystemForCrossDomainIdentityManagement --version 1.0.130.62
#r "nuget: Microsoft.SystemForCrossDomainIdentityManagement, 1.0.130.62"
// Install Microsoft.SystemForCrossDomainIdentityManagement as a Cake Addin #addin nuget:?package=Microsoft.SystemForCrossDomainIdentityManagement&version=1.0.130.62 // Install Microsoft.SystemForCrossDomainIdentityManagement as a Cake Tool #tool nuget:?package=Microsoft.SystemForCrossDomainIdentityManagement&version=1.0.130.62
Microsoft libraries for integration with Microsoft Azure Active Directory
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.AspNet.WebApi.Owin (>= 5.2.3)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 2.14.201151115)
- Microsoft.Owin (>= 3.0.1)
- Microsoft.Owin.Host.HttpListener (>= 3.0.1)
- Microsoft.Owin.Hosting (>= 3.0.1)
- Microsoft.Owin.Security (>= 3.0.1)
- Microsoft.Owin.Security.ActiveDirectory (>= 3.0.1)
- Microsoft.Owin.Security.Jwt (>= 3.0.1)
- Microsoft.Owin.Security.OAuth (>= 3.0.1)
- Newtonsoft.Json (>= 6.0.6)
- Owin (>= 1.0.0)
- System.IdentityModel.Tokens.Jwt (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.5.95 | 135,096 | 5/26/2017 |
2.0.5.93 | 1,688 | 5/12/2017 |
2.0.5.91 | 1,305 | 5/10/2017 |
2.0.5.90 | 1,183 | 5/8/2017 |
2.0.5.89 | 1,158 | 5/4/2017 |
2.0.5.87 | 1,270 | 4/16/2017 |
2.0.5.83 | 1,239 | 4/14/2017 |
2.0.5.80 | 1,303 | 3/29/2017 |
2.0.5.79 | 1,243 | 3/22/2017 |
2.0.5.64 | 1,259 | 2/28/2017 |
2.0.5.45 | 1,334 | 2/9/2017 |
2.0.5.43 | 1,257 | 2/1/2017 |
2.0.5.42 | 1,186 | 2/1/2017 |
2.0.5.38 | 1,285 | 1/12/2017 |
2.0.5.37 | 1,254 | 1/10/2017 |
2.0.5.34 | 1,313 | 1/7/2017 |
2.0.5.26 | 1,303 | 12/6/2016 |
1.0.130.72 | 2,879 | 4/13/2016 |
1.0.130.71 | 1,334 | 4/8/2016 |
1.0.130.68 | 3,462 | 2/19/2016 |
1.0.130.62 | 1,473 | 2/17/2016 |
1.0.130.58 | 1,711 | 2/3/2016 |
1.0.130.54 | 1,490 | 1/26/2016 |
1.0.130.53 | 1,475 | 1/25/2016 |
1.0.130.52 | 1,440 | 1/22/2016 |
1.0.130.47 | 1,498 | 1/13/2016 |
1.0.130.41 | 1,719 | 12/3/2015 |
1.0.130.37 | 1,770 | 9/28/2015 |
1.0.130.33 | 1,514 | 9/14/2015 |
1.0.130.32 | 1,561 | 9/14/2015 |
1.0.130.31 | 1,551 | 9/14/2015 |
SchematizedJsonDeserializingFactory marked as obsolete, and replaced by SchematizedJsonDeserializingFactoryVersion2, which is a singleton. Use SchematizedJsonDeserializingFactoryVersion2.Instance to get an instance of it.
Whereas the System for Cross-Domain Identity Management specification says that the names of attributes are not case-sensitive by default, earlier versions of these libraries treated them as such. That error is now rectified.
Added support for filtering on a particular resource, so ~/Users/<id>?filter= ... and ~/Groups/<id>?filter= are now supported.
Added the schema identifier, https://schemas.microsoft.com/2006/11/ResourceManagement/ADSCIM/Change, to facilitate querying for changes since a specified watermark, via ~/Changes/filter=watermark gt <watermark>. A resource with the https://schemas.microsoft.com/2006/11/ResourceManagement/ADSCIM/Change schema identifier would simply be a Core2EnterpriseUser or WindowsAzureActiveDirectoryGroup with an additional attribute named, "watermark."