AuthScheme
Specifies the type of authentication to use when connecting to Neo4j. This property allows selection from various methods based on service needs and instance type.
Possible Values
Basic, NoneData Type
string
Default Value
"Basic"
Remarks
The AuthScheme property defines the method used to authenticate and authorize the user when connecting to Neo4j. Select the appropriate option based on the service and the type of authentication required.
Neo4j supports the following authentication schemes:
- Basic: This method authenticates using a username and password. Set this option to authenticate using a username and password. If connecting to Neo4j AuraDB, you must use Basic.
- None: Set this to use anonymous authentication. When this is set, an anonymous authentication header is supplied with requests.