Committing updates.
This commit is contained in:
19
conf/oauth2/default.json
Normal file
19
conf/oauth2/default.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user