GithubHelp home page GithubHelp logo

linhhuynh88 / connector-microsoft-graph-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evolveum/connector-microsoft-graph-api

0.0 0.0 0.0 403 KB

Connector for Microsoft Graph API

License: Apache License 2.0

Java 100.00%

connector-microsoft-graph-api's Introduction

Connector for Microsoft Graph API

This is midPoint/ConnId connector for Microsoft Graph API. It is meant to manage users in Microsoft cloud applications, such as Azure AD and Office365.

See https://wiki.evolveum.com/display/midPoint/Microsoft+Graph+API+Connector

Build with Maven

  • download Microsoft Graph API connector source code from github
  • build connector with maven:
mvn clean install -Dmaven.test.skip=true
  • find connector-msgraph-{version}.jar in \target folder

Installation

  • put connector-msgraph-{version}.jar to {midPoint_home}\icf-connectors\ directory
  • run/restart midPoint

Config

  • Import of SSL certificates is needed. Download current DigiCert Global Root G2 and DigiCert Global Root CA certificate in .der format and after that you must import it to midPoint keystore.jceks:
keytool -keystore keystore.jceks -storetype jceks -storepass changeit -import -alias nlight -trustcacerts -file {your certificate}.der

Permissions

This are permissions which you need to add to your Azure Active Directory application for midPoint:

Application Permission

Required

  • Directory.Read.All
  • Directory.ReadWrite.All
  • Group.Create
  • Group.Read.All
  • Group.ReadWrite.All
  • Group.Selected
  • GroupMember.Read.All
  • GroupMember.ReadWrite.All
  • PrivilegedAccess.Read.AzureADGroup
  • PrivilegedAccess.ReadWrite.AzureADGroup
  • User.Read.All
  • User.ReadWrite.All

Optional: Role Membership Management

  • EntitlementManagement.Read.All
  • EntitlementManagement.ReadWrite.All
  • RoleManagement.Read.Directory
  • RoleManagement.ReadWrite.Directory

Resource Examples

see midpoint-samples - Microsoft Graph Connector

connector-microsoft-graph-api's People

Contributors

matusmacik avatar semancik avatar wadahiro avatar radek-macha avatar valtri avatar dependabot[bot] avatar atdhemusliu avatar mokracekjan avatar kris96 avatar gpalos avatar dawnstrider avatar frantiekm avatar vanrar68 avatar jakubk11 avatar petrhalaska avatar

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.