18 lines
660 B
YAML
18 lines
660 B
YAML
key: azure
|
||
title: Azure Active Directory
|
||
description: Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud-based directory, and identity management service that combines core directory services, application access management, and identity protection into a single solution.
|
||
author: requarks.io
|
||
logo: https://static.requarks.io/logo/azure.svg
|
||
color: blue darken-3
|
||
website: https://azure.microsoft.com/services/active-directory/
|
||
useForm: false
|
||
props:
|
||
clientId: String
|
||
clientSecret: String
|
||
resource:
|
||
type: String,
|
||
default: '00000002-0000-0000-c000-000000000000'
|
||
tenant:
|
||
type: String,
|
||
default: YOUR_TENANT.onmicrosoft.com
|