Fix the discovery doc to point to the stack specific auth endpoint.
This commit is contained in:
parent
8fefe239b5
commit
bb05daf090
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ def swagger_route_data(include_internal=False, compact=False):
|
||||||
"implicit": {
|
"implicit": {
|
||||||
"tokenName": "access_token",
|
"tokenName": "access_token",
|
||||||
"loginEndpoint": {
|
"loginEndpoint": {
|
||||||
"url": "http://localhost:5000/oauth/authorize",
|
"url": "http://%s/oauth/authorize" % app.config['URL_HOST'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue