Appearance
Roblox authentication
Roblox authentication lets your users sign in with their Roblox account.
Setup in the Roblox dashboard
- Open the Roblox creator / developer dashboard for your account or group.
- Create an OAuth application (or an equivalent app configuration).
- Add a redirect URL (the URL Roblox sends users back to after login).
- Use the full URL of the page you select as
Success pagein WeWeb.
- Use the full URL of the page you select as
- Copy the credentials Roblox provides (for example
Client IDandClient Secret).
Connect Roblox in WeWeb
- In the WeWeb editor, go to
Data & API → Auth → Integrating providers. - Select
Robloxand turn on theEnabletoggle. - Paste your credentials into the fields shown in WeWeb.
- Click
Save.
Test sign in
- Add a “Continue with Roblox” button in
Interface. - Create a workflow on click and add
Sign in with social provider. - Set:
Provider:robloxSuccess page,Error page, And (optional)New user page
- Preview and complete the sign-in flow.
Common pitfalls
Redirect URL mismatch
Make sure the redirect URL in Roblox exactly matches the Success page URL you selected in WeWeb.
Reference
| Setting in WeWeb | Description | Where to find it in Roblox |
|---|---|---|
Client ID | Identifies your Roblox app. | Roblox developer dashboard. |
Client Secret | Used to complete the sign-in flow securely. | Roblox developer dashboard. |
FAQs
Which redirect URL should I add in Roblox?
Use the full URL of the page you choose as Success page in Sign in with social provider.

