This PR adds the scheme parameter to the connect function.
Memgraph’s SSO capabilities use custom values of scheme, making this PR necessary for SSO via Python client.
@andrejtonev The certificate is not a part of the relevant Bolt messages; the path to the certificate is an environment variable instead (e.g. MEMGRAPH_SSO_ENTRA_ID_SAML_SP_CERT in memgraph#2049)
This PR adds the
scheme
parameter to theconnect
function. Memgraph’s SSO capabilities use custom values ofscheme
, making this PR necessary for SSO via Python client.