
Time for action – opening the System database's Settings page
You will open the RavenDB's System
database in the edit mode.
- In the Management Studio, click on the Databases link to display the Databases screen.
- Click on the System Databases button to show the
System
database documents. - Click on the OK button of the warning window message to confirm the action.
- Click on the Edit Database Settings button (the cogwheel button) to show the System Database Settings screen.
What just happened?
We just opened the Databases screen to show the System
database, then show the System Database Settings screen.
The API keys are used when trying to authorize user and has set its privileged access to the database using the OAuth
protocol, which is an open protocol to allow secure authorization in a simple and standard method from web, mobile, and desktop applications.
Windows Authentication is the process of determining the identity of a user based on the user's credentials. The user's credentials are usually in the form of user ID and password, which is checked against any credentials' store such as database. If the credentials provided by the user are valid then the user is considered an authenticated user. Based on the Windows Authentication, you can set user access for groups and users.