-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
40 lines (40 loc) · 1.11 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Vonage Video API / Azure AD B2C Sample App",
"description": "This sample app shows how to use the Vonage Video API while authenticating users with Azure AD B2C.",
"website": "https://vonage.com",
"repository": "https://github.com/michaeljolley/voodoo-video",
"image": "https://assets.tokbox.com/img/vonage/Vonage_VideoAPI_black.svg",
"keywords": [
"vonage",
"sip",
"webrtc",
"javascript",
"opentok",
"azure",
"b2c",
"active-directory"
],
"env": {
"apiKey": {
"description": "Vonage Video API Project API Key"
},
"apiSecret": {
"description": "Vonage Video API Project API Secret"
},
"azureB2CClientId": {
"description": "Azure AD B2C Client Id"
},
"azureB2CClientSecret": {
"description": "Azure AD B2C Client Secret"
},
"azureB2CRedirectUrl": {
"description": "Url to redirect auth requests to"
},
"azureB2CAuthority": {
"description": "Azure AD B2C Authority"
},
"azureB3CKnownAuthorities": {
"description": "Azure AD B2C known authorities (i.e. yourco.b2clogin.com)"
}
}
}