Hi Team, If we are already logged in to Gooddata-...
# gooddata-cn
p
Hi Team, If we are already logged in to Gooddata-CN using auth0 provider, do we still need to pass the Tiger API token in the header section for all the GD.CN API's? If yes, kindly let us know the alternates available. Regards, Prashant
b
Hi Prashant, In general yes, when the users log in via auth0, they receive the OIDC token, which then the client uses to authenticate. When you are calling APIs, I assume you mean from different client, where the OIDC login didn't happen, so you will need the bearer token.
p
Thanks for the response.