Dodeca Microsoft Authenticator Connector

Overview

The Microsoft Authenticator Connector provides an authentication mechanism for Dodeca applications. It enables OAuth-based authentication and returns access tokens that can be used by other connectors, such as Microsoft Copilot and additional Microsoft-integrated services.

The Microsoft Authenticator Connector is implemented as a native connector module and can be imported into a Dodeca tenant like any other connector module.

Prerequisites

Before configuring the Microsoft Authenticator Connector, the following are required:

  • Access to a Microsoft Entra application registration.

  • ClientID and TenantID values from the Microsoft Entra application registration.

Getting Started

To begin using the Microsoft Authenticator Connector, the connector module must first be imported into the Dodeca tenant. After importing the module, a Microsoft Authenticator connection can be created and configured.

Entra Delegated Connection Properties

The following properties are required for a Microsoft Entra delegated authentication connection.

Property Requirement Description

TenantID

Required

The Microsoft Entra tenant identifier.

ClientID

Required

The application (client) identifier registered in Microsoft Entra.

Using the Microsoft Authenticator Connector

To configure the Microsoft Authenticator Connector, follow these steps:

  1. Download and import the latest version of the Microsoft Authenticator Connector module into the Dodeca tenant.

  2. Restart the Dodeca application. The connector is now available for use.

  3. Create and configure a Microsoft Authenticator connection using the properties above.

  4. Test the connection to verify the authentication credentials and OAuth configuration are valid.

  5. A Microsoft sign-in window will appear prompting for credentials. After successfully signing in, the connection test will complete and display the access token returned from Microsoft Entra.

The following will be displayed if the connection is successful.

Test Connection

Release History

Version 1.0.0

  • Initial release.