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