From b65fd1dfbfb1cb952f816d3642c0808481441092 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Mon, 6 Nov 2017 12:57:22 +0100
Subject: [PATCH] let caller handler configuration

---
 lib/IdPAccountManager/WebRequest.pm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/IdPAccountManager/WebRequest.pm b/lib/IdPAccountManager/WebRequest.pm
index e0f5390..ca25f1e 100755
--- a/lib/IdPAccountManager/WebRequest.pm
+++ b/lib/IdPAccountManager/WebRequest.pm
@@ -25,10 +25,6 @@ my %format        = (
     'sp_entityid' => $urn_or_url_regex,
 );
 
-my $configuration = IdPAccountManager::Configuration->new(
-    file => 'conf/IdPAccountManager.conf'
-);
-
 my %actions = (
     select_sp      => 'req_select_sp',
     account_wizard => 'req_account_wizard',
-- 
GitLab