Project Server Security Primer

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The security model in Microsoft Office Project Server 2007 is based on the common security features of Windows SharePoint Services 3.0. Project Server 2007, unlike earlier versions of Project Server, uses the Forms authentication feature in Windows SharePoint Services 3.0 instead of the independent Project Server authentication.

You can manage Project Server roles and permissions through Project Web Access or programmatically through the PSI. The Windows SharePoint Services 3.0 security model enables you to extend roles, permissions, and membership providers.

In This Section

Authentication and Authorization describes Windows and Forms authentication, and the basic Microsoft .NET Framework 2.0 security objects for user authorization in Project Server.

Using Project Server Security explains the rules and practical use of the security objects such as global security settings, security templates, and security categories.

Using Security Methods in the PSI shows how to query for user permissions and programmatically manage security groups, categories, templates, and the organizational permissions.

See Also

Tasks

How to: Log on to Project Server Programmatically

Walkthrough: Creating and Using Custom Project Server Permissions

Concepts

Project Server Architecture