Forum Discussion
toy
8 years agoAdvocate I
authentication issue when embedding in aspnetcore
building on this previous post: https://community.powerbi.com/t5/Developer/Embed-Power-BI-dashboard-in-ASP-Net-core/td-p/273279 (Embed Power BI dashboard in ASP.Net core) on this line: ...
- 8 years ago
endpoints have changed:
AuthorityUrl = "https://login.windows.net/common/oauth2/token/
in one of the examples it was
AuthorityUrl = "https://login.windows.net/common/oauth2/authorize/
which is what i had in my code
hope this helps
toy
8 years agoAdvocate I
endpoints have changed:
AuthorityUrl = "https://login.windows.net/common/oauth2/token/
in one of the examples it was
AuthorityUrl = "https://login.windows.net/common/oauth2/authorize/
which is what i had in my code
hope this helps
Ameb
8 years agoHelper I
Thank you! Was the endpoint :)