The API Manager provides facility for users of a specific logical group such as an organization to view each others' applications and subscriptions.
By default, the API Manager considers the organization name that you give at the time you sign up to the API Store as the group ID. It extracts the claim http://wso2.org/claims/organization
of a user and uses the value specified in it as the group ID. This way, all users who give the same organization name belong to the same group and therefore, can view each others' subscriptions and applications. The API Manager also provides flexibility to change this default authentication implementation.
The steps below explain how to share applications and subscriptions.
- Uncomment the <GroupingExtractor> element in the <APIM_HOME>/repository/conf/api-manager.xml file.
<GroupingExtractor>org.wso2.carbon.apimgt.impl.DefaultGroupIDExtractorImpl</GroupingExtractor>
- Start the API Manager and sign up to the API Store as two different users (user1 and user2) with the same organization name. For example,
- cd