File tree Expand file tree Collapse file tree
ingestion/src/metadata/ingestion/source/database/sapsuccessfactors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242logger = ingestion_logger ()
4343
4444ODATA_METADATA_PATH = "/odata/{version}/$metadata"
45- SAP_DATA_NS = "http://www.sap.com/Protocols/SAPData"
45+ SAP_DATA_NS = "http://www.sap.com/Protocols/SAPData" # NOSONAR - XML namespace URI, not a URL
4646
4747_SAML_NS = "urn:oasis:names:tc:SAML:2.0:assertion"
48- _DS_NS = "http://www.w3.org/2000/09/xmldsig#"
49- _EXC_C14N = "http://www.w3.org/2001/10/xml-exc-c14n#"
50- _RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
51- _SHA256 = "http://www.w3.org/2001/04/xmlenc#sha256"
52- _ENV_SIG = "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
48+ _DS_NS = "http://www.w3.org/2000/09/xmldsig#" # NOSONAR - W3C XML namespace URI
49+ _EXC_C14N = "http://www.w3.org/2001/10/xml-exc-c14n#" # NOSONAR - W3C XML namespace URI
50+ _RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" # NOSONAR - W3C XML namespace URI
51+ _SHA256 = "http://www.w3.org/2001/04/xmlenc#sha256" # NOSONAR - W3C XML namespace URI
52+ _ENV_SIG = "http://www.w3.org/2000/09/xmldsig#enveloped-signature" # NOSONAR - W3C XML namespace URI
5353_SAML_BEARER_GRANT = "urn:ietf:params:oauth:grant-type:saml2-bearer"
5454
5555_SAML_ASSERTION_VALIDITY_MINUTES = 10
You can’t perform that action at this time.
0 commit comments