forked from mystiq/dex
23 lines
362 B
Text
23 lines
362 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}"
|
|
}
|
|
]
|