console/docker/configs/oidc-server-mock/users-config.json

53 lines
979 B
JSON

[
{
"SubjectId": "1",
"Username": "test-user",
"Password": "password",
"Claims": [
{
"Type": "name",
"Value": "Sam Tailor",
"ValueType": "string"
},
{
"Type": "email",
"Value": "sam.tailor@gmail.com",
"ValueType": "string"
}
]
},
{
"SubjectId": "2",
"Username": "test-user-2",
"Password": "password",
"Claims": [
{
"Type": "name",
"Value": "Tom Sailor",
"ValueType": "string"
},
{
"Type": "email",
"Value": "tom.sailor@gmail.com",
"ValueType": "string"
}
]
},
{
"SubjectId": "3",
"Username": "test-user-3",
"Password": "password",
"Claims": [
{
"Type": "name",
"Value": "Hive Bro",
"ValueType": "string"
},
{
"Type": "email",
"Value": "hive.bro@buzzcheck.dev",
"ValueType": "string"
}
]
}
]