OAuth Test

Manually trigger OAuth flow to test store connection

Start OAuth Flow

Use this to simulate a user clicking "Install App" from the Shopify App Store. This will redirect you through the OAuth authorization flow.

The URL that initiates OAuth on your BFF
.myshopify.com
Pre-fill the store domain, or leave empty to enter it later
OAuth Flow Steps
  1. BFF Install Endpoint
    Validates request and redirects to Shopify
  2. Simulator OAuth Page
    User creates/selects store and authorizes
  3. BFF Callback
    Receives auth code, exchanges for token
  4. Token Exchange
    BFF calls /admin/oauth/access_token
  5. Store Created
    BFF creates store in DB, registers webhooks
  6. Redirect to Dropea
    User redirected to registration/dashboard
Configuration
BFF Base URL: https://stg-it.api.dropea.com
Simulator OAuth: http://localhost:3100/oauth/authorize
Token Endpoint: http://localhost:3100/admin/oauth/access_token

Make sure your BFF is configured to use the simulator URLs instead of real Shopify URLs.