Praveen
Praveen

Reputation: 56509

Is there anything similar to SQL Server Authentication in RavenDb

Being new to RavenDb, I finding many things little tough. I have installed RavenDB-Build-2380 and I am able to use Raven studio but unable to find something similar to SQL Server's SQL Authentication like

After reading documentation, I came to know that RavenDb has 2 Authentication mode:

I can't find where these options are available there in Raven studio, I simple use

http://localhost:8080/raven/studio.html

accessing RavenDb but to setup authentication I need something similar to SQL authentication.

Can someone please advice on this.

Upvotes: 1

Views: 77

Answers (1)

Keith
Keith

Reputation: 21244

See RavenDB's Authentication & Authorization documentation.

Upvotes: 2

Related Questions