forked from mystiq/dex
f2c3dbc5e6
Add icons and styles for github and bitbucket buttons.
35 lines
592 B
Text
35 lines
592 B
Text
[
|
|
{
|
|
"type": "local",
|
|
"id": "local",
|
|
"passwordInfos": [
|
|
{
|
|
"userId":"elroy-id",
|
|
"passwordPlaintext": "bones"
|
|
},
|
|
{
|
|
"userId":"penny",
|
|
"passwordPlaintext": "kibble"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "oidc",
|
|
"id": "google",
|
|
"issuerURL": "https://accounts.google.com",
|
|
"clientID": "${CLIENT_ID}",
|
|
"clientSecret": "${CLIENT_SECRET}"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"id": "github",
|
|
"clientID": "${CLIENT_ID}",
|
|
"clientSecret": "${CLIENT_SECRET}"
|
|
},
|
|
{
|
|
"type": "bitbucket",
|
|
"id": "bitbucket",
|
|
"clientID": "${CLIENT_ID}",
|
|
"clientSecret": "${CLIENT_SECRET}"
|
|
}
|
|
]
|