From f22a73600bd2078e59bbc8147d88e338fffd005d Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 6 Apr 2010 12:16:33 +0200 Subject: [PATCH] Editorial --- src/s2repoze/plugins/sp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/s2repoze/plugins/sp.py b/src/s2repoze/plugins/sp.py index b7f2f22..7dc2608 100644 --- a/src/s2repoze/plugins/sp.py +++ b/src/s2repoze/plugins/sp.py @@ -99,7 +99,8 @@ class SAML2Plugin(FormPluginBase): 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())