We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f79eca + fc7ff84 commit 2bae114Copy full SHA for 2bae114
apitester/apitester/settings.py
@@ -213,4 +213,11 @@
213
# Settings here might use parts overwritten in local settings
214
API_ROOT = API_HOST + API_BASE_PATH + API_VERSION
215
216
-#REDIRECT_URL='https://apisandbox.openbankproject.com'
+'''
217
+REDIRECT_URL should be the url of this appliation. It is used by API_HOST
218
+as the return url. API_HOST is the hostname & scheme of the Open Bank API.
219
+When API Tester (this application) tries to authenticate with Open Bank API
220
+during oauth1 flow, it sends the REDIRECT_URL along with it which is
221
+used as the redirect url back to this application.
222
223
+#REDIRECT_URL='https://api-tester.example.com'
0 commit comments