add support for ms teams

This commit is contained in:
Dave Horton
2020-05-26 08:57:19 -04:00
parent 5d5bd223cd
commit 0e248cb393
9 changed files with 91 additions and 48 deletions
+4
View File
@@ -29,6 +29,10 @@ ServiceProvider.fields = [
{
name: 'registration_hook',
type: 'string',
},
{
name: 'ms_teams_fqdn',
type: 'string',
}
];
+2 -1
View File
@@ -20,7 +20,8 @@ MsTeamsTenant.fields = [
},
{
name: 'account_sid',
type: 'string'
type: 'string',
required: true
},
{
name: 'application_sid',