Chain-Fi OAuth Test Page

Current Configuration

Authorization URL: https://module.chain-fi.io/oauth/authorize

Client ID: client_f407abda6f5d5982578fbf5ad3beaf1a

Redirect URI: https://chain-fi.io/auth/callback

Scope: read email profile

Authentication Status

✗ Not Authenticated

OAuth Button Test

Click the button below to test the OAuth flow:

URL Generation Test

Click the button below to generate the OAuth URL that would be used:

Expected OAuth Flow

  1. User clicks "Login with Chain-Fi" button
  2. Browser redirects to Chain-Fi OAuth authorization page
  3. User logs in with Chain-Fi credentials
  4. Chain-Fi redirects back to: https://chain-fi.io/auth/callback?code=...
  5. Callback page exchanges code for access token
  6. User is redirected back to this test page