From 1703cc5da22d370e97427b83fac869665e27f626 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 27 Sep 2017 14:26:15 +0200 Subject: [PATCH] views: send entityID to discovery service (fixes #19016) --- mellon/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mellon/views.py b/mellon/views.py index 09b39fa..aac9764 100644 --- a/mellon/views.py +++ b/mellon/views.py @@ -317,6 +317,7 @@ class LoginView(ProfileMixin, LogMixin, View): url = app_settings.DISCOVERY_SERVICE_URL params = { # prevent redirect loops with the discovery service + 'entityID': reverse('mellon_metadata'), 'return': self_url + '?nodisco=1', } if is_passive: