Files
apostol-dm/conf/oauth2/default.json
Преподобный Ален f4f4d104cf Committing updates.
2021-09-17 15:04:26 +03:00

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