Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureADConfiguration

Data specific to Azure AD authentication

Hierarchy

  • AzureADConfiguration

Index

Properties

Optional appId

appId: undefined | string

Azure application ID. You get this when creating the Azure app.

Optional appResourceId

appResourceId: undefined | string

Resource to grant access to. This is usually (always?) 00000002-0000-0000-c000-000000000000

Optional appSecret

appSecret: undefined | string

Azure application secret. You get this when creating the Azure app.

Optional tenantId

tenantId: undefined | string

Azure tenant ID.