Should have used one or the other, ended up somewhere inbetween fixed that
This commit is contained in:
@@ -90,7 +90,7 @@ class SAML2Plugin(FormPluginBase):
|
|||||||
self.outstanding_queries = shelve.open(sid_store, writeback=True)
|
self.outstanding_queries = shelve.open(sid_store, writeback=True)
|
||||||
else:
|
else:
|
||||||
self.outstanding_queries = {}
|
self.outstanding_queries = {}
|
||||||
self.iam = platform.uname()
|
self.iam = platform.node()
|
||||||
|
|
||||||
def _pick_idp(self, environ, came_from):
|
def _pick_idp(self, environ, came_from):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user