wikijs-fork/server/modules/authentication/azure/definition.yml

26 lines
889 B
YAML
Raw Normal View History

key: azure
title: Azure Active Directory
2018-08-04 21:27:55 +00:00
description: Azure Active Directory (Azure AD) is Microsofts 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
2018-08-04 21:27:55 +00:00
logo: https://static.requarks.io/logo/azure.svg
color: blue darken-3
2018-08-04 21:27:55 +00:00
website: https://azure.microsoft.com/services/active-directory/
2019-07-20 04:16:29 +00:00
isAvailable: true
useForm: false
2019-07-20 04:16:29 +00:00
scopes:
- profile
- email
- openid
props:
2019-07-20 04:16:29 +00:00
entryPoint:
type: String
title: Identity Metadata Endpoint
hint: The metadata endpoint provided by the Microsoft Identity Portal that provides the keys and other important information at runtime.
order: 1
clientId:
type: String
title: Client ID
hint: The client ID of your application in AAD (Azure Active Directory)
order: 2