views: send entityID to discovery service (fixes #19016)

This commit is contained in:
Benjamin Dauvergne 2017-09-27 14:26:15 +02:00
parent afe3d4a83f
commit 1703cc5da2
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ class LoginView(ProfileMixin, LogMixin, View):
url = app_settings.DISCOVERY_SERVICE_URL url = app_settings.DISCOVERY_SERVICE_URL
params = { params = {
# prevent redirect loops with the discovery service # prevent redirect loops with the discovery service
'entityID': reverse('mellon_metadata'),
'return': self_url + '?nodisco=1', 'return': self_url + '?nodisco=1',
} }
if is_passive: if is_passive: