Etiqueta: authentication

Deep Dive on Multi-Factor Authentication
Deep Dive on Multi-Factor Authentication

What is multi-factor authentication ? Why you should be using it and how to easily implement it with Couchbase Server.

Authentication and Authorization with RBAC in .NET
Authentication and Authorization with RBAC in .NET

Examples of using the Couchbase .NET SDK with the new authentication and authorization features of Couchbase Server 5.0

Improved SDK Authentication Methods – Couchbase 5.0
Improved SDK Authentication Methods – Couchbase 5.0

Couchbase 5.0 delivers new authentication security features that require minor changes to your client connection code. This post tells you how to do it!

Authorization & Authentication with RBAC (Part 2)
Authorization & Authentication with RBAC (Part 2)

Authentication and authorization are important to Couchbase. I'd like to go into more detail now that the April Couchbase 5.0 Developer Build is available.

Authentication and Authorization with RBAC
Authentication and Authorization with RBAC

In March's developer build, you can start to see some major changes to authentication and authorization within RBAC coming to Couchbase Server.

Watching SCRAM authentication in Java
Watching SCRAM authentication in Java

SCRAM authentication is one of the new features in version 4.5. Check this blog entry for an introduction on SCRAM in Couchbase. In this article we will cover how to monitor SCRAM handshake from Java. First, you do not have...

Improved security in Couchbase 4.5: SCRAM-SHA
Improved security in Couchbase 4.5: SCRAM-SHA

Security is important to us, here at Couchbase. I'd like to draw your attention to a new security feature in Couchbase 4.5 that might otherwise go unnoticed: SCRAM-SHA (pronounced like 'scram-shaw').     (Scram Image Licensed through Create Commons via...

The Couchbase ASP.NET Identity Storage Provider: Part 1
The Couchbase ASP.NET Identity Storage Provider: Part 1

This post focuses on how to integrate the Couchbase ASP.NET Identity Storage Provider DP with an ASP.NET MVC Web Application.