-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json.example
More file actions
26 lines (26 loc) · 1.16 KB
/
Copy pathconfig.json.example
File metadata and controls
26 lines (26 loc) · 1.16 KB
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
{
"basic_login": true,
"idps": [
{
"id": "google-antalya",
"label": "Google (Antalya)",
"issuer": "https://accounts.google.com",
"client_id": "925653064731-tpj128lp5qm5vkqn4llgbl96udvt3lsf.apps.googleusercontent.com",
"client_secret": "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"
},
{
"id": "google-github",
"label": "Google (github.demo)",
"issuer": "https://accounts.google.com",
"client_id": "925653064731-vsep3e0vjq74q16svj5jshgvdlm6uptm.apps.googleusercontent.com",
"client_secret": "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",
"ch_auth": "basic"
}
],
"hosts": [
{ "label": "Antalya (demo:demo)", "url": "https://antalya.demo.altinity.cloud", "auth": "basic", "user": "demo", "password": "demo" },
{ "label": "Antalya (Google SSO)", "url": "https://antalya.demo.altinity.cloud", "auth": "oauth", "idp": "google-antalya" },
{ "label": "github.demo (demo:demo)", "url": "https://github.demo.altinity.cloud", "auth": "basic", "user": "demo", "password": "demo" },
{ "label": "github.demo (Google SSO)", "url": "https://github.demo.altinity.cloud", "auth": "oauth", "idp": "google-github" }
]
}