feat: authentication module refactor + added CAS module
This commit is contained in:
13
server/modules/authentication/azure/definition.yml
Normal file
13
server/modules/authentication/azure/definition.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
key: azure
|
||||
title: Azure Active Directory
|
||||
author: requarks.io
|
||||
useForm: false
|
||||
props:
|
||||
clientId: String
|
||||
clientSecret: String
|
||||
resource:
|
||||
type: String,
|
||||
default: '00000002-0000-0000-c000-000000000000'
|
||||
tenant:
|
||||
type: String,
|
||||
default: YOUR_TENANT.onmicrosoft.com
|
||||
Reference in New Issue
Block a user