Join the free virtual developer conference on knowledge graphs and AI. This year's themes are: applications, AI engineering, data intelligence, graphs, and architecture.
I have a few items I'd like confirmation on regards the NEO4J (version 4.4.x) HTTP API:
1. What Auth types does the HTTP API support? The documentation only mentions Basic - so does this mean it does not support SSO (Bearer token) Auth?
2. Can I confirm that the HTTP API does not support read after write consistency when used in a causal cluster? There appears no support for bookmarks?
3. Can I confirm how request routing would work in a causal cluster? EG If I have several read replicas is it possible to route write transactions to a core nodes only or would it potentially try and execute on a read replica?
Did you get an answer to your question about Auth types for HTTP APIs? Restriction to only use basic auth on enterprise environments will prevent users from recommending Neo4j to their IT teams.
Hello all, I am able to access native HTTP APIs using oAuth2 access tokens by passing the token as password in the basic auth step (with empty username). Thanks @david.pecollet for sharing me this solution.