Publisher Prerequisites
As a publisher, ensure you have all the required information before you proceed with the customer subscriptions of SaaS listings.
Set user policies to manage subscriptions.
- Provide access and set policies for the users of the tenancy that your company will use to manage subscriptions.
- For more information, see Required IAM Policies.
Policies for Managing Customer SaaS Subscriptions
The following policies enable the management of SaaS subscriptions in the Marketplace. If the publisher wants to reduce the scope of access to a particular compartment, they must specify the compartment instead of the tenancy.
-
The following policy gives the specified example group the ability to manage customer SaaS subscriptions.
Allow group ManageCustomerSubscription to { MARKETPLACE_SELF_PUBLISHER_SUBSCRIPTION_INSPECT, MARKETPLACE_SELF_PUBLISHER_SUBSCRIPTION_READ, MARKETPLACE_SELF_PUBLISHER_SUBSCRIPTION_UPDATE } in tenancy -
The same level of permission can also be achieved by using the manage verb with the marketplace-self-partner-subscription noun.
Allow group ManageCustomerSubscription to manage marketplace-self-partner-subscription in tenancy Allow group ManageCustomerSubscription to inspect marketplace-self-partner-subscription in tenancyImportant
Partners are required to create a redirection page where customers can sign up and activate their subscription. This page must extract the token from the URL path and use it to request the subscription details from the SELF API.