Skip to content

Secret Key

The Secret Key is assigned by the iGV platform and used for generating and verifying signatures on callback requests.

Properties

PropertyDescription
Length32 characters
FormatAlphanumeric (a-z, A-Z, 0-9)
PurposeHMAC-SHA256 signature generation and verification
DistributionConfigured and provided by the iGV platform

How to Obtain

  1. Provide your callback URL to the iGV platform
  2. The platform will configure the Secret Key and send it to you via email
  3. Store the Secret Key securely

Security Requirements

Must Be Stored Securely

  • Do not expose in client-side code
  • Do not log in application logs
  • Do not commit to version control systems
  • Do not transmit through unencrypted channels

Storage Recommendations

ApproachDescription
Environment variablesThe simplest secure storage method
Key management serviceAWS KMS, GCP Secret Manager, Azure Key Vault
Encrypted configuration fileConfiguration file encrypted with a master key

Usage Scope

The Secret Key is used solely for callback signature verification and is not used for business API calls. Business APIs use Bearer Token authentication.

All game copyrights, trademarks, and service marks belong to their respective owners.