dex/static/fixtures/clients.json

23 lines
491 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": "example-app",
"secret": "example-app-secret",
"redirectURLs": ["http://127.0.0.1:5555/callback"]
},
{
"id": "example-cli",
"secret": "example-cli-secret",
2015-08-18 05:57:27 +05:30
"redirectURLs": ["http://127.0.0.1:8000/admin/v1/oauth/login"]
},
{
"id": "oauth2_proxy",
"secret": "proxy",
"redirectURLs": ["http://127.0.0.1:4180/oauth2/callback"]
2015-08-18 05:57:27 +05:30
}
]