Exemple #1
0
 def create_frontend(self, idp_conf):
     conf = {"idp_config": idp_conf, "endpoints": ENDPOINTS}
     self.frontend = SAMLMirrorFrontend(lambda ctx, req: None, INTERNAL_ATTRIBUTES, conf, BASE_URL,
                                        "saml_mirror_frontend")
     self.frontend.register_endpoints([self.BACKEND])