Setting Up an App
Last updated
Last updated
Register at https://btibadges.io/developer -> OAuth Apps
Take note of your client ID / secret
Unique identifier for your app
Assigned upon registration
Cryptographic key for API authentication
Keep confidential; never expose in client-side code. Treat like a password.
Required to fetch user authentication details
Endpoints where users are redirected after authentication
Must be pre-registered and use HTTPS
Not needed for delayed/QR code authentication. Only for immediate digital redirects.
Treat client secret as securely as a password
Ensure exact match between registered and used redirect URIs (if applicable)
Use HTTPS for all redirects for security reasons