This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Test Account Provisioning Process (OTG-IDENT-003)"

From OWASP
Jump to: navigation, search
(Created page with "== Summary == The provisioning of accounts presents an opportunity for an attacker to create a valid account without application of the proper identification and authorizatio...")
 
Line 8: Line 8:
  
 
== How to test ==
 
== How to test ==
 +
 +
Determine which roles are able to provision users and what sort of accounts they can provision.
 +
Can an administrator provision other administrators or just users?
 +
Is there any verification, vetting and authorisation of provisioning requests?
 +
Is there any verification, vetting and authorisation of de-provisioning requests?
  
 
=== Example ===
 
=== Example ===

Revision as of 06:35, 5 November 2013

Summary

The provisioning of accounts presents an opportunity for an attacker to create a valid account without application of the proper identification and authorization process.

Test objectives

Verify which accounts may provision other accounts and of what type

How to test

Determine which roles are able to provision users and what sort of accounts they can provision. Can an administrator provision other administrators or just users? Is there any verification, vetting and authorisation of provisioning requests? Is there any verification, vetting and authorisation of de-provisioning requests?

Example

Tools

References

Remediation