forked from mystiq/dex
5dc95b20c7
Make the docs feel more like a tutorial and add some more context.
22 lines
491 B
JSON
22 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"]
|
|
}
|
|
]
|