Preparation
The first things to check before integrating BBaton Login. One application automatically issues your Client ID and Secret Key — all you need is a Redirect URL.
01 Apply for API access
Apply using the button below. Once submitted, a Client account is created automatically and you integrate using the issued credentials.
You can apply right now.
Fill in your service and contact details on the application page and submit.
Opens in a new window. If popups are blocked, it opens in the current tab.
Verify that the request IP and Callback (Redirect) URL you enter match your production environment. Mismatched values cause errors at integration time.
02 Confirm your Client account
Once your application is complete, a Client account is created automatically. Store the issued values securely and use them as-is in the integration step.
Auto-created
Your Client account is created automatically upon application.
Receive Client ID
Receive the Client ID used in OAuth authorize requests.
Receive Secret Key
Receive the Secret Key used at the token step.
Keep it safe
In production, store secrets according to your security policy.
03 After applying
- Wait for BBaton to review your application and follow up.
- Store the Client ID and Secret Key per your internal security standards.
- Read Overview next to understand the OAuth 2.0 flow.
- Then apply real code and redirect handling in Integration.