1
0
Форкнуть 0
Samples to use the Microsoft.SystemForCrossDomainIdentityManagement libraries with BYOA for provisioning scenarios
Перейти к файлу
microsoft-github-policy-service[bot] 4c486c86e2
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-01-24 17:24:29 +00:00
FileProvisioning Add changes to consume the newer version of the SCIM libraries. (#25) 2019-02-14 10:31:51 -08:00
media/active-directory-scim-provisioning Updating readme file to include full documentation 2015-10-22 13:59:49 -07:00
.gitignore Add changes to consume the newer version of the SCIM libraries. (#25) 2019-02-14 10:31:51 -08:00
LICENSE.txt Adding the license file. 2015-10-29 15:08:06 -07:00
README.md Add changes to consume the newer version of the SCIM libraries. (#25) 2019-02-14 10:31:51 -08:00
SECURITY.md Microsoft mandatory file 2022-11-28 19:36:01 +00:00
azure-pipelines.yml Add changes to consume the newer version of the SCIM libraries. (#25) 2019-02-14 10:31:51 -08:00

README.md

Build Status

##Getting Started

Please see the following article for information on sample prerequisites and getting started:

https://azure.microsoft.com/en-us/documentation/articles/active-directory-scim-provisioning/#building-your-own-provisioning-solution-for-any-application

The software development kit referred to by the samples assume that .NET 4.5.1 is installed. That platform can be downloaded from https://www.microsoft.com/en-us/download/details.aspx?id=40773.

The samples use a simple System for Cross-Domain Identity Manager provider implementation, of which the source code is provided. That provider synchronizes data with a file of comma-separated values, and it uses version 12.0 of the Microsoft Office Access Connectivity Engine to traverse the file. To install that engine, proceed to https://www.microsoft.com/en-us/download/details.aspx?id=13255 to download and install the 64-bit version of Microsoft.ACE.OLEDB.12.0.dll.

After opening any of the Visual Studio 2015 solution files, the .sln files, restore the references to NuGet package libraries by following these steps:

  1. Open the Visual Studio Package Manager Console by choosing Tools|NuGet Package Manager|Package Manager Console from the Visual Studio menus.
  2. From the Package Source drop-down list o fhte Package Manager Console, select nuget.org.
  3. At the Package Manager prompt, execute this command: Update-Package -Reinstall