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.

Document StatusProduction Guide
Preparation ItemsAPI registration · client account
Key Checksrequest IP · callback URL
Issued CredentialsClient ID · Secret Key

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.

Request Flow

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.

Apply for API Access

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.

STEP 01

Created automatically

The client account is created automatically after Client Registration is completed.

STEP 02

Receive Client ID

Receive the Client ID used in OAuth authorization requests.

STEP 03

Receive Secret Key

Receive the Client Secret Key used during token issuance.

STEP 04

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.

Next Once registration is complete, the most natural next step is to move to Overview and understand the full authentication flow first.