2015-08-18 05:57:27 +05:30
|
|
|
[
|
|
|
|
{
|
|
|
|
"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}"
|
2015-12-08 23:50:13 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"id": "github",
|
|
|
|
"clientID": "${CLIENT_ID}",
|
|
|
|
"clientSecret": "${CLIENT_SECRET}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "bitbucket",
|
|
|
|
"id": "bitbucket",
|
|
|
|
"clientID": "${CLIENT_ID}",
|
|
|
|
"clientSecret": "${CLIENT_SECRET}"
|
2015-08-18 05:57:27 +05:30
|
|
|
}
|
|
|
|
]
|