Terminology Index

Glossary

1801 terms

Open concept maps

Showing 129-160 of 1801 terms

A
32

Authorization Testing Methodology

A structured approach to testing whether an application correctly enforces what users are allowed to do, checking for broken access control such as accessing other users' data or reaching admin functions without rights.

In an authorized assessment, the tester verifies access controls hold for every role and object, probing for horizontal and vertical privilege issues and insecure direct object references. A methodology ensures coverage across roles and endpoints rather than spot-checking, guided by references like the OWASP Testing Guide.

Introduced in: Web Application Penetration Testing

Examples

  • Confirming one user cannot view another user's records by changing an ID.
  • Checking that a standard user cannot reach administrative endpoints.
  • Testing each role's access systematically across the application.

No related terms linked yet.