Power BI Token credentials
The similar auth method as Power BI and required the same credentials of Azure application for the Standard access. But instead the username/password you can provide the user's access token directly. To get it you can use:
- PowerShell,
- MSAL library, etc.
| Item | Description | UI |
|---|---|---|
| Client Id | Application (client) ID registered in Azure AD | input field |
| Client secret | Client secret associated with the Azure AD application | input field |
| Tenant Id | Azure AD tenant identifier | input field |
| Personal access token | Personal access token used for Power BI authentication | input field |
Take a note: standard user token is only valid for 1 hour from generation
Form actions
| Action | Description |
|---|---|
| Save | Saves the entered credentials for this connection |
| Cancel | Discards changes and closes the form |
| Clear | Clears all entered values from the form |