Preparation
This is the first preparation step to review before integrating BBaton Login. The key focus is accurate Client Registration data and proper client credential handling.
01 API Client Registration
Use the button below to submit API Client Registration. Once the application is completed, the client account is created automatically and you can continue integration using the issued credentials.
You can start the application directly from the button below.
On the application page, enter your service details and contact information, then submit the form.
The application page opens in a new window. If pop-ups are blocked, the same page opens in the current tab.
02 Verify the client account
Once the API registration is submitted, the client account is created automatically. Store the issued values securely and use them in the implementation phase.
Created automatically
The client account is created automatically after Client Registration is completed.
Receive Client ID
Receive the Client ID used in OAuth authorization requests.
Receive Secret Key
Receive the Client Secret Key used during token issuance.
Security handling
These credentials are used directly in the integration, so they should be stored separately under your production secret-handling policy.
03 Next Steps After Registration
After registration, continue through the next documents to review the full flow and implementation details. This section is meant to quickly orient the next steps rather than repeat the preparation checklist.
- Wait for the BBaton team to review your submission and provide guidance.
- Store the Client ID and Secret Key according to your internal security policy.
- Review Overview next to understand the OAuth 2.0 flow and authentication route.
- Then continue to Integration to apply the real code and redirect handling approach.