You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Go to the [Clerk Dashboard](https://dashboard.clerk.com) and open your application.
488
+
2. In the left sidebar, go to **Configure** → **OAuth Applications**.
489
+
3. Click **Add OAuth Application**, give it a name.
490
+
4. In **Redirect URIs**, add `https://your-domain/oauth/callback` (and `http://localhost:3500/oauth/callback` for local development). Include `baseUrl` when your AdminForth app uses it, for example `https://your-domain/base/oauth/callback`.
491
+
5. Copy **Client ID** and **Client Secret**.
492
+
6. To find your **Frontend API URL**: go to **Configure** → **API Keys** — it is listed under **Frontend API** (looks like `https://xxx-yyy-00.clerk.accounts.dev`).
0 commit comments