Skip to content

Commit c8438c8

Browse files
authored
update download links in documentation (#78)
1 parent 5e4f997 commit c8438c8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

openidm-doc/src/main/asciidoc/connectors-guide/chap-powershell.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
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.
2727
28-
The PowerShell Connector Toolkit is available, with a subscription, from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
28+
The PowerShell Connector Toolkit is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
2929
3030
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__.
3131
@@ -43,7 +43,7 @@ To implement the scripted PowerShell connector, you need to install the followin
4343
4444
* 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__.
4545
46-
* 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.
46+
* 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.
4747
4848
If you're running a supported version of Microsoft Windows Server, you should already meet these requirements.
4949
@@ -72,7 +72,7 @@ PS C:\path\to\openidm cp samples\provisioners\provisioner.openicf.connectorinfop
7272
+
7373
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__.
7474
75-
. 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.
75+
. 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].
7676
+
7777
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.
7878

openidm-doc/src/main/asciidoc/getting-started/chap-basic-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ On Windows systems, after installing Java, set the `JAVA_HOME` environment varia
106106
====
107107
This procedure assumes that you are downloading and starting OpenIDM as a regular (not administrative) user named `user`.
108108
109-
. 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.
109+
. Download enterprise software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].
110110
+
111111
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__.
112112

openidm-doc/src/main/asciidoc/install-guide/chap-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
8484
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
8585
----
8686
87-
. 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.
87+
. Download software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].
8888
8989
. Unpack the contents of the .zip file into the install location:
9090
+

openidm-doc/src/main/asciidoc/integrators-guide/chap-resource-conf.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ Version 1.5 of the .NET connector server includes a new communication protocol t
10641064
.Installing the .NET Connector Server
10651065
====
10661066
1067-
. Download the OpenICF .NET Connector Server from the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site.
1067+
. Download the OpenICF .NET Connector Server from the linkhttps://github.com/OpenIdentityPlatform/OpenICF.Net/releases[GitHub, window=\_blank].
10681068
+
10691069
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.
10701070
+
@@ -1400,14 +1400,14 @@ In certain situations, it might be necessary to set up a remote Java Connector S
14001400
.Installing a Remote Java Connector Server for Unix/Linux
14011401
====
14021402
1403-
. Download the OpenICF Java Connector Server from the ForgeRock link:https://backstage.forgerock.com[Backstage, window=\_blank] site.
1403+
. Download the OpenICF Java Connector Server from the https://github.com/OpenIdentityPlatform/OpenICF/releases[GitHub, window=\_blank].
14041404
14051405
. Change to the appropriate directory and unpack the zip file. The following command unzips the file in the current directory:
14061406
+
14071407
14081408
[source, console]
14091409
----
1410-
$ unzip openicf-zip-1.5.0.1.zip
1410+
$ unzip openicf-zip-1.7.1.zip
14111411
----
14121412
14131413
. Change to the `openicf` directory:
@@ -1478,7 +1478,7 @@ Connector.log ConnectorServer.log ConnectorServerTrace.log
14781478
.Installing a Remote Java Connector Server for Windows
14791479
====
14801480
1481-
. Download the OpenICF Java Connector Server from the ForgeRock link:https://backstage.forgerock.com[Backstage, window=\_blank] site.
1481+
. Download the OpenICF Java Connector Server from the link:https://github.com/OpenIdentityPlatform/OpenICF/releases[GitHub, window=\_blank].
14821482
14831483
. Change to the appropriate directory and unpack the zip file.
14841484

openidm-doc/src/main/asciidoc/samples-guide/chap-powershell-samples.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
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).
2727
28-
The PowerShell Connector Toolkit is available, with a subscription, from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
28+
The PowerShell Connector Toolkit is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases[GitHub, window=\_blank].
2929
3030
[#powershell-ad]
3131
=== Connect to Active Directory
@@ -60,7 +60,7 @@ PS C:\path\to\openidm cp samples\provisioners\provisioner.openicf.connectorinfop
6060
+
6161
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__.
6262
63-
. 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.
63+
. 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].
6464
+
6565
Extract the archive and move the `MsPowerShell.Connector.dll` to the folder in which the connector server application (`connectorserver.exe`) is located.
6666

0 commit comments

Comments
 (0)