With LOCK is the context data returned for the application?

In other words, I would like to store : licence, tracker_id, etc, etc in the application (context) area… is this context data returned to the user when they login?

If this data is stored in user_metadata or app_metadata, you can add these custom claims to the id_token, which can then be stored by your application. This is outlined further in the following doc:

@prashant

We sell subscriptions for our Javascript widget to access Dropbox.

I want to store the license number and other license information for our product somehere.

  1. Would I create 1 application for each license that we sell and all the users in each application.
    or
  2. Would I have 1 application and all the users for all our licenses in 1 application?

@prashant

We sell subscriptions for our Javascript widget to access Dropbox.

I want to store the license number and other license information for our product somehere.

  1. Would I create 1 application for each license that we sell and all the users in each application.
    or
  2. Would I have 1 application and all the users for all our licenses in 1 application?