Files
apostol-dm/docker/dm/oauth2/default.json
2024-02-20 13:09:09 +03:00

18 lines
484 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://127.0.0.1/oauth2/code",
"http://127.0.0.1/oauth2/callback",
"https://127.0.0.1/oauth2/code",
"https://127.0.0.1/oauth2/callback"
]
}
}