dex/static/fixtures/clients.json

13 lines
235 B
JSON
Raw Normal View History

2015-08-18 05:57:27 +05:30
[
{
"id": "XXX",
"secret": "secrete",
"redirectURLs": ["http://127.0.0.1:5555/callback"]
},
{
"id": "core-update",
"secret": "secrete",
"redirectURLs": ["http://127.0.0.1:8000/admin/v1/oauth/login"]
}
]