Files
apostol-dm/conf/oauth2/default.json
2023-03-10 02:16:28 -04:00

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"
]
}
}