Skip to main content
Module

x/fathym_common/src/oauth/createAzureADOAuth.ts>createAzureADOAuth

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function createAzureADOAuth
import { createAzureADOAuth } from "https://deno.land/x/fathym_common@v0.2.22-integration/src/oauth/createAzureADOAuth.ts";

Creates an OAuth helpers object for Azure AD OAuth.

Parameters

clientId: string

The client ID of your Azure AD tenant.

clientSecret: string

The client secret of your Azure AD tenant.

tenantId: string

The tenant ID of your Azure AD tenant.

scopes: string[]

The scopes for the Azure AD OAuth flow.

Returns

An OAuth helpers object for Azure AD OAuth.