To configure OAuth for your application, follow these steps:
Register Your Application
Go to Developer Portal and create a new app.Generate API Keys
After registration, obtain yourClient ID
andClient Secret
.
🔐 These credentials are essential for authentication.Set Callback URL
Configure the redirect URI in your app settings.
⚠️ Ensure it matches the one used in your frontend implementation.Test the Flow
Use the OAuth Test Tool to validate your setup.
For advanced configurations, refer to our OAuth Documentation.
📌 Always store secrets securely and avoid hardcoding them in client-side code.