diff --git a/_data/products.yml b/_data/products.yml index 77e8d91..c459f0a 100644 --- a/_data/products.yml +++ b/_data/products.yml @@ -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' diff --git a/openicf.md b/openicf.md new file mode 100644 index 0000000..590a678 --- /dev/null +++ b/openicf.md @@ -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 +--- +
+ + OpenICF Logo + +
+ +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) +