Editorial

This commit is contained in:
Roland Hedberg
2010-04-06 12:16:33 +02:00
parent 2b883edd97
commit f22a73600b

View File

@@ -99,7 +99,8 @@ class SAML2Plugin(FormPluginBase):
def _pick_idp(self, environ): def _pick_idp(self, environ):
""" """
If more than one idp and if none is selected, I have to do wayf If more than one idp and if none is selected, I have to do wayf or
disco
""" """
self.log and self.log.info("IdP URL: %s" % self.srv["idp"].values()) self.log and self.log.info("IdP URL: %s" % self.srv["idp"].values())