DataShades / ckanext-saml2

SAML2 Authentication extension for CKAN
5 stars 23 forks source link

#112 FIX: Prevent KeyError during logout by using singleton SAML2 client. #113

Open earthlyreason opened 4 years ago

earthlyreason commented 4 years ago

This approach makes the SAML client instance a module-level singleton in the two places where it is used during logout. See issue #112 for context.