Forum Discussion
PowerBI NetSuite POST Rest API Create Client_Assertion token
Hi icassiem
A Client_Assertion token is typically used in server-to-server authentication scenarios. It's a way for an application (client) to authenticate itself to a server (like Microsoft Entra ID or Azure AD) using a signed JWT token (the assertion) instead of a client secret. This method is more secure and is particularly useful when you want to avoid storing secrets in your application.
Here are links about how to create the token for your reference:
Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi thank you Anonymous
Do I have to create an entrai d by registering netsuite api with azure?
I tied something similar where I ussed powerbi api and required reg the api in azure for service principal only for partner and admin struggling for days saying bit was not possible
Is there no other option than reg netsuite with azure?