18 lines
515 B
JSON
18 lines
515 B
JSON
{
|
|
"web": {
|
|
"issuers": ["accounts.bitdeals.org"],
|
|
"scopes": ["api","openid","profile","email"],
|
|
"client_id": "web-bitdeals.org",
|
|
"client_secret": "4aJEJi3dsSypeUSRCah4gIIs",
|
|
"algorithm": "HS256",
|
|
"auth_uri": "/oauth2/authorize",
|
|
"token_uri": "/oauth2/token",
|
|
"redirect_uris": [
|
|
"http://localhost:4999/oauth2/code",
|
|
"http://localhost:4999/oauth2/callback",
|
|
"https://oauthdebugger.com/debug",
|
|
"https://auth.advancedrestclient.com/oauth-popup.html"
|
|
]
|
|
}
|
|
}
|