Page MenuHomePhabricator

End-to-end testing for API Gateway, API Portal, and OAuth
Closed, ResolvedPublic

Description

Validate the following uses cases for the API Gateway:

Using OAuth clients created via Meta
  • Owner-only clients (access token only)
    • Read
    • Write
  • OAuth 2.0 client credentials workflow (two-step authentication)
    • Read (Works only after admin approval)
    • Write
  • OAuth 2.0 authorization code workflow (three-step authentication)
    • Read (Works with only the creators account prior to approval)
    • Write
    • Refresh
Using OAuth clients created via API Portal

Unblocked following deployment of T269880: Unexpected email-not-confirmed error on 1/20

  • Owner-only clients (access token only)
    • Read
    • Write
  • OAuth 2.0 client credentials workflow (two-step authentication)
    • Read
    • Write
  • OAuth 2.0 authorization code workflow (three-step authentication)
    • Read
    • Write
    • Refresh

Event Timeline

apaskulin renamed this task from End-to-testing for API Gateway, API Portal, and OAuth to End-to-end testing for API Gateway, API Portal, and OAuth.Nov 19 2020, 10:08 PM
apaskulin triaged this task as High priority.
apaskulin updated the task description. (Show Details)

All tests are now passing 🎉