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