Skip to content

Commit

Permalink
add openicf page description (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Jun 20, 2024
1 parent f731939 commit de477db
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
link: 'https://github.com/OpenIdentityPlatform/OpenICF/'
short_descritopn: 'Open Identity Connector Framework'
description: 'Open Identity Connector Framework (OpenICF) provides interoperability between identity, compliance and risk management solutions. An OpenICF Connector enables provisioning software, such as OpenIDM, to manage the identities that are maintained by a specific identity provider.'
details_link: 'https://github.com/OpenIdentityPlatform/OpenICF/'
details_link: '/openicf'
release_link: 'https://github.com/OpenIdentityPlatform/OpenICF/releases'
39 changes: 39 additions & 0 deletions openicf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: home
title: OpenICF - Open Indentity Gateway
description: OpenICF - Open Source reserve proxy server with
keywords: OpenIG, Indentity Gateway, reverse proxy, session management, credential replay, Open Identity Platform
canonical: https://github.com/OpenIdentityPlatform/OpenICF
---
<div class="container text-center mb-4">
<a target="_blank" href="https://github.com/OpenIdentityPlatform/OpenICF">
<img src="/assets/img/openicf-logo.png" width="40%" alt="OpenICF Logo"/>
</a>
</div>

The Open Identity Connector Framework (OpenICF) project provides interoperability between identity, compliance, and risk management solutions. An OpenICF Connector enables provisioning software, such as [OpenIDM](https://github.com/OpenIdentityPlatform/OpenIDM), to manage the identities maintained by a specific identity provider.

OpenICF connectors provide a consistent layer between identity applications and target resources and expose a set of operations for the complete lifecycle of an identity. The connectors provide a way to decouple applications from the target resources to which data is provisioned.

OpenICF focuses on provisioning and identity management but also provides general-purpose capabilities, including authentication, creation, reading, updating, deletion, searching, scripting, and synchronization operations. Connector bundles rely on the OpenICF Framework, but applications remain completely separate from the connector bundles. This enables you to change and update connectors without changing your application or its dependencies.

Many connectors have been built within the OpenICF framework, and are maintained and supported by the Open Identity Platform community. However, you can also develop your own OpenICF connector, to address a requirement that is not covered by one of the existing connectors. In addition, OpenICF provides two scripted connector toolkits, that enable you to write your own connectors based on Groovy or PowerShell scripts.

Starting from version 1.5, the OpenICF framework can use OpenIDM, Sun Identity Manager, and Oracle Waveset connectors (version 1.1), as well as ConnID connectors up to version 1.4.

## License
This project is licensed under the [Common Development and Distribution License (CDDL)](https://github.com/OpenIdentityPlatform/OpenICF/blob/master/LICENSE.md).

## Downloads
* [OpenICF ZIP](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [OpenICF Docker](https://hub.docker.com/r/openidentityplatform/openicf/)

### OpenICF Java connectors:
* [csvfile-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [xml-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [databasetable-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [ldap-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [ssh-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [groovy-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
* [kerberos-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)

0 comments on commit de477db

Please sign in to comment.