-
This is related to the discussion we were having at #42 We are hitting this issue when trying to generate an OBO token using the user token from Fabric. We are trying to get a token that allows our application to access resources like Lakehouses etc. in the user's tenant. The error is: We are using the following strategy to get the authorization to access the user's resources:
This was working previously but we are getting the error above when the user is tied to another tenant. Is there anything we need to do in the users tenant to give our application permissions? Is there a way that allows the user to dynamically grant permissions to our application dynamically? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @tjroberts, |
Beta Was this translation helpful? Give feedback.
@tjroberts a correction - it's best if you configure your authority with /tenantId but with tenantId thats included in the token ("tid") and not your tenant.
This will allow you to support B2B scenarios.