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

rikvd’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

new release available