Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,18 @@ You can determine token audiences by decoding tokens via tools like `jwt.io` and
inspecting the `aud` field. In many cases, both tokens use the same audience
(for example, Entra ID uses the client ID).

{<h5 className="custom-header">Self-signed certificates</h5>}

If your custom OIDC identity provider uses self-signed certificates, you can
configure Memgraph to trust them by setting the `MEMGRAPH_SSO_CUSTOM_OIDC_EXTRA_CA_CERTS`
environment variable. This variable should point to a file containing the CA
certificates that should be trusted when connecting to your
identity server.

```bash
MEMGRAPH_SSO_CUSTOM_OIDC_EXTRA_CA_CERTS=/path/to/ca-certificates
```

#### Connect via Neo4j drivers

When connecting through a Neo4j driver, you can provide:
Expand Down