Skip to content

Security Key Settings

Security Key Settings provide a crucial function in the OAuth 2.0 authentication process by identifying client applications and verifying client-to-server requests. By configuring security keys for each project in Hive Console > App Center > Security Key Settings, security is further enhanced.

Warning
  • Due to changes in the authentication security protocol, security key settings must be applied starting from SDK v4.25.0.0 or later.
  • If security keys are not set, users will be unable to log in to the app. If your app is using SDK v4.25.0.0 or later, be sure to configure the security key settings.
  • Security keys must be configured separately for both the commercial and sandbox environments.

Confirm Security Key

  • You can check the issued security key by entering the Security Key Settings menu and searching for a project.

Create and Delete Security Key

  • If a security key is not set, click the Generate button to generate a security key.

  • After checking the generated security key, click the Save button to save it.

  • For convenience, the Client ID of generated security keys is stored in the SDK during SDK initialization.
  • You can create only one Public Key and one Client ID. Once created, it cannot be changed.
  • If you need to change the Client Secret for security reasons, you can issue a new Client Secret and delete the existing key to complete the change.

Change History


* You can check the security key generation and deletion history under Change History.

Security Key Testing

You can test a generated security key before use. By registering an IP in [App Center > Security Key Test IP Settings], communication using the security key is possible from that IP even when the security key is deactivated. The registered IP addresses are managed per project.

Register IP

  • IP addresses must follow the IPv4 format, consisting only of numbers and dots (e.g., 0.0.0.0 - 255.255.255.255).
  • You can register multiple IPs at once using line breaks.
  • If the same IP is entered multiple times, only one will be registered. Already registered IPs will not be added again.

View and Delete IPs

  • You can view registered IPs in the IP List.
  • Click the [Delete] button next to each IP to delete it individually.