Giter VIP home page Giter VIP logo

openidentityplatform / openicf Goto Github PK

View Code? Open in Web Editor NEW
33.0 8.0 23.0 12.54 MB

OpenICF (Open Identity Connectors Java Framework) is built to help drive development of Connectors. Connectors provide a consistent generic layer between applications and target resources.

Home Page: https://www.openidentityplatform.org/openicf

License: Other

Java 87.14% HTML 0.19% Groovy 12.34% CSS 0.01% JavaScript 0.04% Batchfile 0.12% Shell 0.14% Dockerfile 0.02%
openicf openidm csvfile connector xml databasetable ldap ssh groovy kerberos csvfile-connector xml-connector databasetable-connector ldap-connector ssh-connector groovy-connector kerberos-connector

openicf's Introduction

OpenICF Logo

Latest release Build Deploy Issues Last commit License Downloads Docker Top language Code size in bytes

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, 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).

Downloads

OpenICF Java connectors:

Java 1.8+ required

How-to build

For windows use:

git config --system core.longpaths true
git clone --recursive  https://github.com/OpenIdentityPlatform/OpenICF.git
mvn install -f OpenICF

How-to run after build

unzip OpenICF-java-framework/openicf-zip/target/openicf-*.zip
openicf/bin/ConnectorServer.sh /run

Support

Thanks 🥰

  • Sun Identity Manager
  • Forgerock OpenICF

Contributing

Please, make Pull request

openicf's People

Contributors

alinbrici46 avatar austingene avatar brmiller avatar brunolavitforgerock avatar cgdrake avatar dependabot[bot] avatar ffolge avatar fr-jon avatar gaelallioux avatar jasonv8147 avatar lanafrost avatar markcraig avatar maximthomas avatar ossa17 avatar vharseko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openicf's Issues

Add logs when unable to create bundle temp directory

Is your feature request related to a problem? Please describe.
When starting openICF, application first try to load bundles under connectors directory. For each one, it try to create a temp directory, see here
https://github.com/OpenIdentityPlatform/OpenICF-java-framework/blob/2a811c2cfddc0c9b5ae962def71a19828490b7bb/connector-framework-internal/src/main/java/org/identityconnectors/framework/impl/api/local/LocalConnectorInfoManagerImpl.java#L495

Problem is when running on Kubernetes on a read-only file system, application is not able to create temp directory and loop indefinitely without error message. It takes time to find why.
The solution is easy when you know what the problem is, juste make a writable volume and specify java.io.tmpdir.

Describe the solution you'd like
Add a log when not able to create temp directory

Describe alternatives you've considered
No alternative solutions

Additional context

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.