Forum Discussion
rdc_green
5 years agoFrequent Visitor
Get an authentication access token
I have registered an app with Azure AD and now have an Application ID (Register an Azure AD application to use with Power BI) i've now tried to complete step 2 of the process, which is to Get an auth...
rdc_green
5 years agoFrequent Visitor
Hi Anonymous i've done the following:
Home/App Registrations/{App Name}
API Permissions
Grant Admin Consent for {Directory}
Result - 'Successfully granted admin consent for the requested permissions'
I've tried the following in Postman again with the same result:
client_id - {Application (client) ID}
grant_type - password
resource - https://analysis.windows.net/powerbi/api
username - {my username}
password - {my password}
In 'API Permissions' I have 'Azure Active Directory Graph' and 'Power BI Service'. Am I missing any other permissions?
Thanks