test: verify Auth0 user cleanup integration #18

Open
opened 2026-03-17 18:59:36 +00:00 by sharang · 0 comments
Owner

The Auth0 cleanup implementation in cleanup.rs (cleanup_auth0) has been written but not tested against a real Auth0 tenant.

Test plan:

  • Set up an Auth0 dev tenant
  • Configure AUTH0_DOMAIN, AUTH0_CLIENT_ID, AUTH0_CLIENT_SECRET env vars
  • Run a pentest with auto-register against an Auth0-protected app
  • Verify the test user is created and cleaned up after session completion
  • Test error cases: invalid credentials, user not found, rate limiting
The Auth0 cleanup implementation in cleanup.rs (cleanup_auth0) has been written but not tested against a real Auth0 tenant. Test plan: - Set up an Auth0 dev tenant - Configure AUTH0_DOMAIN, AUTH0_CLIENT_ID, AUTH0_CLIENT_SECRET env vars - Run a pentest with auto-register against an Auth0-protected app - Verify the test user is created and cleaned up after session completion - Test error cases: invalid credentials, user not found, rate limiting
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharang/compliance-scanner-agent#18