dex/static/fixtures/clients.json

23 lines
511 B
JSON
Raw Normal View History

2015-08-18 05:57:27 +05:30
[
{
"id": "XXX",
2016-02-10 05:48:05 +05:30
"secret": "c2VjcmV0ZQ==",
2015-08-18 05:57:27 +05:30
"redirectURLs": ["http://127.0.0.1:5555/callback"]
},
{
"id": "example-app",
2016-02-10 05:48:05 +05:30
"secret": "ZXhhbXBsZS1hcHAtc2VjcmV0",
"redirectURLs": ["http://127.0.0.1:5555/callback"]
},
{
"id": "example-cli",
2016-02-10 05:48:05 +05:30
"secret": "ZXhhbXBsZS1jbGktc2VjcmV0",
2015-08-18 05:57:27 +05:30
"redirectURLs": ["http://127.0.0.1:8000/admin/v1/oauth/login"]
},
{
"id": "oauth2_proxy",
2016-02-10 05:48:05 +05:30
"secret": "cHJveHk=",
"redirectURLs": ["http://127.0.0.1:4180/oauth2/callback"]
2015-08-18 05:57:27 +05:30
}
]