memgraph / pymgclient

Python Memgraph Client
https://memgraph.github.io/pymgclient/
Apache License 2.0
43 stars 5 forks source link

Add support for auth with custom schemes #63

Open antepusic opened 5 months ago

antepusic commented 5 months ago

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.

antepusic commented 4 months ago

@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)