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** → **Developers** → **OAuth Applications**.
489
+
3. Click **Add OAuth Application** and give it a name.
490
+
4. Copy the **Client Secret** from the OAuth application creation modal.
491
+
5. After copying, Clerk redirects you to the application page, where you can copy the **Client ID** and **Domain**.
492
+
6. Add the credentials to your `.env` file:
493
+
7. In **Redirect URLs**, add `https://your-domain/oauth/callback` and `http://localhost:3500/oauth/callback`. Include `baseUrl` when your AdminForth app uses it, for example `https://your-domain/base/oauth/callback`.
0 commit comments