Multi tenancy for the OAuth web api in projects - Adobe analytics. | Community
Skip to main content
December 4, 2024
Solved

Multi tenancy for the OAuth web api in projects - Adobe analytics.

  • December 4, 2024
  • 1 reply
  • 500 views

Hi,

We at Striim are working on building a reader for Adobe Analytics. In the developer console, we have created a project for Adobe experience cloud and analytics. We have created a OAuth Web API and are using the client ID and secret to make the authorization calls and token generation calls. The question is can someone, outside of Striim Technology partner account, be able to authorize and generate tokens using Striim's OAuth web API. Is there a way to support multi tenancy where Striim using the OAuth web API, can access the user's instance after authorization by the user, and read user's data ?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Harveer_SinghGi1

Hi @navink1 ,

OAuth Web API by default allows user authorization from any user with Adobe ID i.e. this method is not limited to users of the organization under which the project is created. This is because the user access to identified based on what kind of permissions they have in their organization which is readd on user's login to the app.

You can test it using OAuth 2.0 Playground where if you login with an user from different org you will still get the access token generated.

1 reply

Harveer_SinghGi1
Community Advisor
Harveer_SinghGi1Community AdvisorAccepted solution
Community Advisor
December 24, 2024

Hi @navink1 ,

OAuth Web API by default allows user authorization from any user with Adobe ID i.e. this method is not limited to users of the organization under which the project is created. This is because the user access to identified based on what kind of permissions they have in their organization which is readd on user's login to the app.

You can test it using OAuth 2.0 Playground where if you login with an user from different org you will still get the access token generated.