Skip to content
Snippets Groups Projects
Commit 0b07f1d1 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

try without external

parent 9d5e57f7
No related branches found
No related tags found
No related merge requests found
Pipeline #131181 passed
...@@ -33,7 +33,7 @@ class UnityIntegrationView(AppBuilderBaseView): ...@@ -33,7 +33,7 @@ class UnityIntegrationView(AppBuilderBaseView):
@unity.route('/') @unity.route('/')
@unity.route('/login') @unity.route('/login')
def login(): def login():
redirect_uri = url_for('unity.authorize', _external=True) redirect_uri = url_for('unity.authorize')
log.debug("Redirect uri is " + str(redirect_uri)) log.debug("Redirect uri is " + str(redirect_uri))
return oauth.unity.authorize_redirect(redirect_uri) return oauth.unity.authorize_redirect(redirect_uri)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment