Back to Microsoft Azure Integrations
Bridge Adapter · Version 1.0.4

Azure Rest Microsoft Azure

GitHub

Kinetic Bridgehub Adapter Azure Rest

This Rest based bridge adapter was designed to work with Azure AD services v1 rest api.


Adapter Configurations

Name Description
Client Id The application id assigned by Azure
Client Secret The secret generated for the app
Tenant Id The directory tenant the application plans to operate against
Scope The value passed for the scope parameter in this request should be the resource identifier (application ID URI) of the resource you want, affixed with the .default suffix.

Supported structures

  • Users ___ ## Example Qualification Mapping
  • userId=foo@bar.com
  • $filter=="pizza"
  • $search="displayName:foo" ___ ## Notes
  • To do a retrieve of a user the userId parameter must be passed in the qualification mapping.
  • This adapter is hard coded to the make requested against https://graph.microsoft.com/v1.0
  • Only sorting supported by the Azure AD source system is allowed. i.e. no adapter side sorting.
  • Fields are automatically added to the Azure request as $select=...
    • Fields return are case sensitive. If the return object has case then the field definition must match.
  • As per Azure documentation if $search or $count is included as a search parameter the adapter will add ConsistencyLevel: eventual to the request headers.
    • $count in the URI path is not supported
  • GitHub

    On This Page

    Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
    Return to Top