Wrong attribute name

This commit is contained in:
Roland Hedberg
2009-11-20 16:02:27 +01:00
parent cea616e0af
commit 6ceec58d72

View File

@@ -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)