Giter Site home page Giter Site logo

onify / blueprint-microsoft-azure-api-authenticate Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 399 KB

Onify Blueprint: Authenticate against Microsoft Azure (AD) API using OAuth 2.0

Home Page: https://onify.co

License: MIT License

azure bpmn flow microsoft oauth2 onify onify-blueprint onify-blueprints rest-api

blueprint-microsoft-azure-api-authenticate's Introduction

Onify Blueprints

Project Status: WIP โ€“ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Onify Blueprint: Authenticate against Microsoft Azure (AD) API using OAuth 2.0

Onify Blueprint: Authenticate against Microsoft Azure (AD) API using OAuth 2.0

Requirements

  • Onify Hub
  • Onify Flow license
  • Camunda Modeler

Included

  • 1 x Flows

Setup

Microsoft Azure

You must register a new app in App registrations in Azure AD.

  1. Register your app (platform must be set to native (Mobile and desktop applications)).
  2. Set API permissions (eg. for Microsoft Graph or Dynamics 365).
  3. Grant admin consent.

For more information about setting up Microsoft Graph/Azure API credentials, see https://docs.microsoft.com/en-us/graph/auth-v2-service.

Onify

Add the following setting(s) to Onify.

Replace <TENANT>, <CLIENTID> and <CLIENTSECRET> with correct values.

{
  "key": "_azure_credentials",
  "name": "Microsoft Azure credentials",
  "value": "{\"tenant\":\"<TENANTID>\", \"client_id\":\"<CLIENTID>\", \"client_secret\":\"<CLIENTSECRET>\"}",
  "type": "object",
  "tag": [
    "azure",
    "credentials",
    "frontend"
  ],
  "category": "custom",
  "role": [
    "admin"
  ]
}

Deploy

  1. Open microsoft-azure-api-authenticate.bpmn in Camunda Modeler.
  2. Change form.scope in Generate Azure access token task (optional). See https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent for more info.
  3. Click Deploy current diagram and follow the steps.

Test

To test and run the flow, click Start current diagram.

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

blueprint-microsoft-azure-api-authenticate's People

Watchers

 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.