"ShopSphere Account Holder" DVR
[
{
"assign": {
"account_holder": {
"and": [
{ "==": [{ "dvar": "iss" }, "http://oidc-provider.ShopSphere.com"] },
{ "~==": [{ "dvar": "firstName" }, "Jane"] },
{ "~==": [{ "dvar": "lastName" }, "Doe"] },
{
"==": [{ "dvar": "driverLicenseNumber" }, "DL00718256"]
}
]
}
}
},
{ "output": { "title": "ShopSphere Account Holder Results" } },
{ "output": { "result": { "lvar": "account_holder" } } },
{ "output": { "name": { "dvar": "name" } } }
]Last updated