Forum Discussion
How to use Power Bi Apis without Azure Aad.?
- Anonymous2 years ago
Hi Shlokyy ,
Thanks for the reply, according to what the documentation indicates, you can't go and skip registering Azure AD to use the api to refresh the token.
For more information on how to use the getNewUserAccessToken() function, you can refer to this thread
Solved: How to implement getNewUserAccessToken() function ... - Microsoft Fabric CommunityBest regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Yeah, It's right but in the given documentation i have function like this newAccessToken = await getNewUserAccessToken(reportId, groupId); so in the documentation there is no explaination for getNewUserAccessToken like what to code inside this and if i am assuming that we need to call power bi apis inside this function to get the new accessToken, that means scenario is again go to top, where i need to register for azure Aad and all...! am I right ???
- Anonymous2 years agoNot applicable
Hi Shlokyy ,
Thanks for the reply, according to what the documentation indicates, you can't go and skip registering Azure AD to use the api to refresh the token.
For more information on how to use the getNewUserAccessToken() function, you can refer to this thread
Solved: How to implement getNewUserAccessToken() function ... - Microsoft Fabric CommunityBest regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- Shlokyy2 years agoRegular Visitor
can I write a node code to get refresh token from aad