Neo4j login verification Configuration

Source: Internet
Author: User
Tags neo4j
Neo4j does not set the logon username and password. You need to use the plug-in to implement the configuration as follows: 1. Configuration File
Add in configuration file CONF/neo4j-server.properties:

Org. neo4j. server. Credentials = Username: Password
Org. neo4j. server. thirdparty_jaxrs_classes = org. neo4j. server. extension. Auth =/auth
Username and password are the logon username and password.
2. Add a jar package
Add the authentication-extension jar package of the corresponding version under the Plugins directory:
Jar package address
After the connection is enabled, select the desired version at the bottom and right-click to copy the link address.
Go to the Plugins directory and run wget xxxx (copy address) to download the package.
3. Restart neo4j to make the configuration take effect.

Authentication-extension jar address:
Https://github.com/neo4j-contrib/authentication-extension

Neo4j login verification Configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.