Skip to main content
This feature is available in our paid editions. Contact us here, and we'll be delighted to assist you!
If you would like your users to use your own OAuth2 apps, we recommend you check this.
If you would like to only show specific addons to your embedding users, we recommend you do the following:
1

Tag Addons

Tag the addons you would like to show to your user by going to Platform Admin -> Setup -> Addons, selecting the addons you would like to tag and hit Apply TagsBulk Tag
2

Add Tags to Provision Token

You need to specify the tags of addons in the token, check how to generate token in provisioning users.You should specify the addons claim like this:
{
    /// Other claims
    "addonsFilterType": "ALLOWED",
    "addonsTags": [ "free" ]
}
Each time the token is used by the embedding SDK, it will sync all addons with these tags to the token’s project. The project will only contain the addons that contain these tags.