PowerBI embed app - Server
This API App API (.NET Core V5.0) is used to obtain PowerBI Token and embedUrl.
Add a app registeration in Auzre portal
1. app name: [pwbiclient] --- the name that has create in PowerBI
web, Redirect URLs: https://pwbiclient
2. Overview->Application (client) ID and Directory (tenant) ID
Location:
【application id】: ******
【tenant id】: ******
3. get [Secret Key]
Manage->Certificates & secrets, New client secret, Expires (select 24 months) Update parameter in .NET Core (5.0) API App
Last updated