From 3798852db8239eb6b9cf1966ecb35eeb933cfa6d Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 11 Mar 2010 10:10:02 +0100 Subject: [PATCH] editorial --- src/s2repoze/plugins/sp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/s2repoze/plugins/sp.py b/src/s2repoze/plugins/sp.py index 57172f8..237035c 100644 --- a/src/s2repoze/plugins/sp.py +++ b/src/s2repoze/plugins/sp.py @@ -122,6 +122,7 @@ class SAML2Plugin(FormPluginBase): # If more than one idp, I have to do wayf logger and logger.info("IdP URL: %s" % self.srv["idp"].values()) if len( self.srv["idp"] ) == 1: + # Keys are entity_ids and values are urls idp_url = self.srv["idp"].values()[0] elif len( self.srv["idp"] ) == 0: HTTPInternalServerError(detail='Misconfiguration')