Team LiB
Previous Section Next Section

Chapter 3: Authentication and Authorization Design

Overview

Designing an authentication and authorization strategy for distributed Web applications is a challenging task. The good news is that proper authentication and authorization design during the early phases of your application development helps to mitigate many top security risks.

This chapter will help you design an appropriate authorization strategy for your application and will also help answer the following key questions:

When you consider authorization, you must also consider authentication. The two processes go hand in hand for two reasons:


Team LiB
Previous Section Next Section