Advanced Authentication Methods
Oevic, Ceylan (IT DA DO PL)
Currently, the Neo4j API supports authentication via a shared secret, which offers limited security and scalability, especially for enterprise use cases.
I would like to request support for more advanced authentication methods—similar to what Snowflake provides—such as OAuth 2.0, JWT, or key-pair authentication.
For reference, Snowflake offers multiple secure authentication flows for their REST API:
Adding such options would greatly improve security, allow fine-grained access control, and enable better integration with enterprise identity providers.