@@ -19,6 +26,50 @@ class SamlLogoutRequest(LogoutRequest):
saml_request=self.prepare_saml_request(sub,sid)
self.iframe_src=f"{sp_url}/{saml_request}"# todo - check this is the correct way to pass the saml request
defprepare_saml_request(self,sub,sid):
# todo - use pysaml2?
defprepare_saml_request(self,sub,sid,issuer):
sp_config={}# TODO load config for given backend (client) you can find our backends here: https://gitlab.ics.muni.cz/perun-proxy-aai/ansible/proxyaai_sites/-/tree/main/templates/jpmu/satosa/satosa_config/plugins/backends (sp_config)