Skip to content

Commit 727b342

Browse files
author
Open Identity Platform Community
committed
upload OpenIDM docs after deploy c8438c8ec75aa26bb9c967ca93714bce85ddd947
1 parent c0824ae commit 727b342

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

openidm/modules/connectors-guide/pages/chap-powershell.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
The PowerShell Connector Toolkit is not a complete connector in the traditional sense. Rather, it is a framework within which you must write your own PowerShell scripts to address the requirements of your Microsoft Windows ecosystem. You can use the PowerShell Connector Toolkit to create connectors that can provision any Microsoft system, including, but not limited to, Active Directory, MS SQL, MS Exchange, SharePoint, Azure, and Office365. Essentially, any task that can be performed with PowerShell can be executed through connectors based on this toolkit.
2828
29-
The PowerShell Connector Toolkit is available, with a subscription, from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
29+
The PowerShell Connector Toolkit is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
3030
3131
OpenIDM includes Active Directory and Azure sample scripts for the PowerShell connector that can help you get started with this toolkit. For more information, see xref:samples-guide:chap-powershell-samples.adoc#chap-powershell-samples["Samples That Use the PowerShell Connector Toolkit to Create Scripted Connectors"] in the __Samples Guide__.
3232
@@ -44,7 +44,7 @@ To implement the scripted PowerShell connector, you need to install the followin
4444
4545
* Microsoft .NET Framework 4.5 or later. Connectors created with the PowerShell Connector Toolkit run on the .NET platform and require the installation of a .NET connector server on the Windows system. To install the .NET connector, follow the instructions in xref:integrators-guide:index.adoc["Installing and Configuring a .NET Connector Server"] in the __Integrator's Guide__.
4646
47-
* PowerShell version 2.0 or above. The PowerShell Connector Toolkit is not bundled with OpenIDM, but is available, with a ForgeRock community account, from link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank]. To install the connector, download the archive (`mspowershell-connector-1.4.2.0.zip`) and extract the `MsPowerShell.Connector.dll` to the same directory where the Connector Server (`ConnectorServerService.exe` or the legacy version `ConnectorServer.exe`) is located.
47+
* PowerShell version 2.0 or above. The PowerShell Connector Toolkit is not bundled with OpenIDM, but is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank]. To install the connector, download the archive (`mspowershell-connector-1.5.0.0.zip`) and extract the `MsPowerShell.Connector.dll` to the same directory where the Connector Server (`ConnectorServerService.exe` or the legacy version `ConnectorServer.exe`) is located.
4848
4949
If you're running a supported version of Microsoft Windows Server, you should already meet these requirements.
5050
@@ -73,7 +73,7 @@ PS C:\path\to\openidm cp samples\provisioners\provisioner.openicf.connectorinfop
7373
+
7474
For instructions on editing this file, see xref:integrators-guide:chap-resource-conf.adoc#net-connector-openidm["Configuring OpenIDM to Connect to the .NET Connector Server"] in the __Integrator's Guide__.
7575
76-
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.4.2.0.zip`) from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
76+
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.5.0.0.zip`) from the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
7777
+
7878
Extract the archive and move the `MsPowerShell.Connector.dll` to the folder in which the connector server application executable files (`ConnectorServerService.exe` and the legacy `ConnectorServer.exe`) are located.
7979

openidm/modules/getting-started/pages/chap-basic-install.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ On Windows systems, after installing Java, set the `JAVA_HOME` environment varia
107107
====
108108
This procedure assumes that you are downloading and starting OpenIDM as a regular (not administrative) user named `user`.
109109
110-
. Download enterprise software releases through the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site. ForgeRock enterprise releases are thoroughly validated builds for ForgeRock customers who run OpenIDM in production deployments, and for those who want to try or test with release builds.
110+
. Download enterprise software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].
111111
+
112112
For more information on the contents of the OpenIDM binary package, see xref:integrators-guide:appendix-file-layout.adoc#appendix-file-layout["File Layout"] in the __Integrator's Guide__.
113113

openidm/modules/install-guide/pages/chap-install.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
8585
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
8686
----
8787
88-
. Download enterprise software releases through the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site. ForgeRock enterprise releases are thoroughly validated builds for ForgeRock customers who run OpenIDM in production deployments, and for those who want to try or test with release builds.
88+
. Download software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].
8989
9090
. Unpack the contents of the .zip file into the install location:
9191
+

openidm/modules/integrators-guide/pages/chap-resource-conf.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ Version 1.5 of the .NET connector server includes a new communication protocol t
10651065
.Installing the .NET Connector Server
10661066
====
10671067
1068-
. Download the OpenICF .NET Connector Server from the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site.
1068+
. Download the OpenICF .NET Connector Server from the linkhttps://github.com/OpenIdentityPlatform/OpenICF.Net/releases[GitHub, window=\_blank].
10691069
+
10701070
The .NET connector server is distributed in two formats. The `.msi` file is a wizard that installs the Connector Server as a Windows Service. The `.zip` file is simply a bundle of all the files required to run the Connector Server.
10711071
+
@@ -1401,14 +1401,14 @@ In certain situations, it might be necessary to set up a remote Java Connector S
14011401
.Installing a Remote Java Connector Server for Unix/Linux
14021402
====
14031403
1404-
. Download the OpenICF Java Connector Server from the ForgeRock link:https://backstage.forgerock.com[Backstage, window=\_blank] site.
1404+
. Download the OpenICF Java Connector Server from the https://github.com/OpenIdentityPlatform/OpenICF/releases[GitHub, window=\_blank].
14051405
14061406
. Change to the appropriate directory and unpack the zip file. The following command unzips the file in the current directory:
14071407
+
14081408
14091409
[source, console]
14101410
----
1411-
$ unzip openicf-zip-1.5.0.1.zip
1411+
$ unzip openicf-zip-1.7.1.zip
14121412
----
14131413
14141414
. Change to the `openicf` directory:
@@ -1479,7 +1479,7 @@ Connector.log ConnectorServer.log ConnectorServerTrace.log
14791479
.Installing a Remote Java Connector Server for Windows
14801480
====
14811481
1482-
. Download the OpenICF Java Connector Server from the ForgeRock link:https://backstage.forgerock.com[Backstage, window=\_blank] site.
1482+
. Download the OpenICF Java Connector Server from the link:https://github.com/OpenIdentityPlatform/OpenICF/releases[GitHub, window=\_blank].
14831483
14841484
. Change to the appropriate directory and unpack the zip file.
14851485

openidm/modules/samples-guide/pages/chap-powershell-samples.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
OpenICF provides a generic PowerShell Connector Toolkit that enables you to run PowerShell scripts on any external resource. The PowerShell Connector Toolkit is not a complete connector, in the traditional sense. Rather, it is a framework within which you must write your own PowerShell scripts to address the requirements of your Microsoft Windows ecosystem. You can use the PowerShell Connector Toolkit to create connectors that can provision any Microsoft system. This chapter describes sample connector implementations that enable you to provision to an Active Directory server instance, and to Azure Active Directory (Azure AD).
2828
29-
The PowerShell Connector Toolkit is available, with a subscription, from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
29+
The PowerShell Connector Toolkit is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases[GitHub, window=\_blank].
3030
3131
[#powershell-ad]
3232
=== Connect to Active Directory
@@ -61,7 +61,7 @@ PS C:\path\to\openidm cp samples\provisioners\provisioner.openicf.connectorinfop
6161
+
6262
For instructions on editing this file, see xref:integrators-guide:chap-resource-conf.adoc#net-connector-openidm["Configuring OpenIDM to Connect to the .NET Connector Server"] in the __Integrator's Guide__.
6363
64-
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.4.2.0.zip`) from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
64+
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.5.0.0.zip`) from the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
6565
+
6666
Extract the archive and move the `MsPowerShell.Connector.dll` to the folder in which the connector server application (`connectorserver.exe`) is located.
6767

0 commit comments

Comments
 (0)