This is an ownCloud fork of the Microsoft Graph Explorer so it can be used with a self hosted OCIS Graph API.
The Graph Explorer is written in TypeScript and powered by:
npm install
to install project dependencies.npm
is installed by default with Node.js.npm start
starts the TypeScript compiler in watch mode and the local server. It should open your browser automatically with the Graph Explorer at http://localhost:3000/.
- You will need to setup Konnect to allow your explorer as a trusted web client. You don't need a client secret since the explorer is a single page application. Rename
secrets.sample.js
tosecrects.js
andconfig.sample.js
toconfig.js
and insert your client ID, Iss and URL to OCIS.
Copyright (c) 2017 Microsoft. All rights reserved. Copyright (c) 2019 Kopano b.v.