Skip to end of banner
Go to start of banner

Phone Home capability

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

As part of Wittified's mission to deliver awesome apps that help all users of Atlassian's products everywhere the 2FA app has functionality to "phone home" to Wittified.

If you wish to opt-out of this, you can do so by going to the 2FA Settings page and disabling the "Activity" setting.


What data is sent?

Once a day, the following payload is sent back to Wittified (through keen.io's servers):

{
	"plugin": "[the addon key]",
	"sen": "[the addon license sen",
	"hostProduct": "[the host product]",
	"licenceLevel": "[the license level in the host instance]",
	"licenseType": "[the license type of the host instance]",
	"hostid": "[a unique id of the host instance]"
}


Where:

NameDescriptionExample value
the addon keyThe add-on's keycom.wittified.auth.two-factor-authentication-bitbucket
senThe SEN of the current license used for the add-onSEN-12332
the host productThe type of product that the add-on is running inbitbucket
licenseLevelThe number of users that the host product is licensed for100 Users
licenseTypeThe type of license that the host product is runningCommercial
hostidA md5 checksum of the host product id

d41d8cd98f00b204e9800998ecf8427e

  • No labels