Closed (fixed)
Project:
DigiD
Version:
6.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2011 at 08:50 UTC
Updated:
15 Apr 2014 at 08:42 UTC
Jump to comment: Most recent
in digid.module the var app_url is set to return to the wrong url.
now
$app_url = url('test/authenticate', $options);
should be
$app_url = url('digid/authenticate', $options);
Comments
Comment #1
rikvd commentednew release available