|
Answer» There are two types of authentication METHODS in RavenDB: Windows authentication: This is the authentication method, which is chosen when a request by the client needs to be AUTHENTICATED and any other authentication method cannot be detected. OAuth authentication: OAuth is an authorization framework, which ENABLES the application to OBTAIN limited access to an HTTP service, which may be on behalf of a resource owner or by allowing the application to obtain access on behalf of its own. There are two types of authentication methods in RavenDB: Windows authentication: This is the authentication method, which is chosen when a request by the client needs to be authenticated and any other authentication method cannot be detected. OAuth authentication: OAuth is an authorization framework, which enables the application to obtain limited access to an HTTP service, which may be on behalf of a resource owner or by allowing the application to obtain access on behalf of its own.
|