dex/static/fixtures/clients.json
Brandon Philips 5dc95b20c7 examples: improve docs in README
Make the docs feel more like a tutorial and add some more context.
2015-11-10 09:44:46 -08:00

23 lines
491 B
JSON

[
{
"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",
"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"]
}
]