Hi , In our GD-CN cloud-native deployment, we crea...
# gooddata-cn
k
Hi , In our GD-CN cloud-native deployment, we create an organization for every customer. GD-CN is integrated with our custom Auth0 provider; we use the user's JWT sub as "authenticationId" when adding a user to an organization. We need recommendations to solve the below use cases without an admin token. • A user not added to the organization and assumes the role of an existing organization user. • Fetch/render insights in the backend process utilizing SDK. @Phanindra
j
Hi Kshirod, to be honest I’m a bit confused about what you are after exactly. • Could you provide more details about the usecase and what will be the desired outcome? Could you explain what do you mean by “solve the use cases without an admin token”? • We have a Python SDK and GD.UI SDK available for GD.CN ◦ Python SKD is used for working with metadata and generally management of GoodData organization. https://www.gooddata.com/docs/python-sdk/latest/ ◦ GD.UI SDK which can be used for visualization embedding/rendering in you application. https://www.gooddata.com/developers/cloud-native/doc/cloud/api-and-sdk/react-sdk/