diff --git a/saml_mapping_provider.py b/saml_mapping_provider.py index 51fbc87..56fa5b7 100644 --- a/saml_mapping_provider.py +++ b/saml_mapping_provider.py @@ -76,3 +76,11 @@ class SamlMappingProvider(object): # Remove any trailing dots username = self._string_end_dot_pattern.sub("", username) return username + + @staticmethod + def parse_config(config): + """Parse the dict provided in the homeserver config. + + We currently do not use any config vars + """ + pass