From 6ceec58d725281311ab0b772981bd0705b6ccb78 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 20 Nov 2009 16:02:27 +0100 Subject: [PATCH] Wrong attribute name --- src/s2repoze/plugins/sp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s2repoze/plugins/sp.py b/src/s2repoze/plugins/sp.py index 415df18..7416a39 100644 --- a/src/s2repoze/plugins/sp.py +++ b/src/s2repoze/plugins/sp.py @@ -135,7 +135,7 @@ class SAML2Plugin(FormPluginBase): (sid, result) = cl.authenticate(self.conf["entityid"], self.conf["idp"]["url"][0], self.sp["url"], - self.sp["my_name"], + self.sp["name"], relay_state=came_from, log=logger, vo=vo)