Implementing Authentication

Most organizations have certain data that is designated for "authorized users only." Whether this is critical sales data, engineering and design samples, market research, human resources information, or other privileged information, it's important to make sure that only the correct users are allowed access.

This process of validating a user is called authentication. The authentication process takes the credentials submitted by a user and checks them against some sort of user account database. A user account database, in this context, is referred to as the authentication provider, and it can be an active directory, an LDAP, Azure Active Directory, or some other directory or database structure.

In this chapter, we ...

Get Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.