Forum Discussion

Haderach's avatar
Haderach
Frequent Visitor
10 years ago
Solved

Reports or Dashboard integration in a Delphi application

Hello,

 

I am quite new in PowerBI world but i already tried to embed a report in an iframe in C# and it is working well.

My question is: how to do the similar action in a Delphi application.

 

I have register my app as a native app to get my client ID but i have problem to translate in Delphi the AccessToken method.

 

Is anybody know if there an equivalent to the Microsoft.IdentityModel.Clients.ActiveDirectory library for Delphi of if there is a way to get the Azure access token with another method?

 

Thank you for your help.

Read you soon

 

  • Haderach

     

    Not familar with Dephi, so I and most people in this forum don't actually know how to translate the AccessToken method. For more professional reponse, you could go the dedeicated Dephi forum.

     

    In any case there's no way to translate, I think below approach would work.

    Call C# dll from Delphi

    Create a C# dll

     

1 Reply

  • Eric_Zhang's avatar
    Eric_Zhang
    Microsoft Employee

    Haderach

     

    Not familar with Dephi, so I and most people in this forum don't actually know how to translate the AccessToken method. For more professional reponse, you could go the dedeicated Dephi forum.

     

    In any case there's no way to translate, I think below approach would work.

    Call C# dll from Delphi

    Create a C# dll