Code Monkey home page Code Monkey logo

helloid-conn-prov-target-helloid's Introduction

ℹī¸ Information
This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements.

Versioning

Version Description Date
1.0.0 Initial release 2020/06/10
1.1.0 Updated with new logging and the request of a Self Service Product as entitlements 2022/04/13

Table of Contents

Requirements

  • HelloID environment
  • API key and secret

Introduction

The interface to communicate with HelloID is through a set of API endpoints, which are accessible with the use of the HelloID API Key and Secret. Warning: The API is very powerful, therefore the API key and secret must be kept private and be used with care. Please see the following page from the HelloID Docs for more information.

How to create and Manage API Keys

Getting Started

By using this connector you will have the ability to create, update and delete accounts in HelloID. This connector will also prove you with the ability to assign or revoke groupmemberships as entitlements. Additionally, there now is support to request a self service product as entitlements.

Currently, only the request of self service products is supported, we cannot return a self service product yet

Connection settings

The following settings are required to connect.

Setting Description
Portal Base URL The base URL of the portal of the HelloID environment
API Key The API key of the HelloID environment
API Secret The API secret of the HelloID environment
Restore soft deleted users Restore soft deleted users on update actions (create (correlate), update, enable, disable)
Update on correlation Update user account with mapped attributes upon correlation
Overwrite password on update Overwrite the current password when updating the user account

Getting help

For more information on how to configure a HelloID PowerShell connector, please refer to our documentation pages

If you need help, feel free to ask questions on our forum

HelloID Docs

The official HelloID documentation can be found at: https://docs.helloid.com/

helloid-conn-prov-target-helloid's People

Contributors

ajh3 avatar evanderiet avatar gradykoopman avatar maikel-b avatar michiel85 avatar msheldont4e avatar repairmanski avatar rschouten97 avatar sjoerdvandijkt4e avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

repairmanski

helloid-conn-prov-target-helloid's Issues

Error Handling - Invalid Method

Logging fails to commit useful information due the following invocation error:

"Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named 'GetResponseStream'"

Present in 'catch' blocks:

if(-Not($_.Exception.Response -eq $null)){
        $result = $_.Exception.Response.GetResponseStream()
...

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.