Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Connect dialog pops up frequently with implicit authentication

I have two custom connectors (both based on Web.Contents, not ODBC), one of which gets a list of entities, and the other one searches for that entity in an on prem site.

 

When I do this, I get a "Connection" dialog box pop up for each unique entity searched for (the box that just has the name of the data source accross the top, anonymous auth, and the two buttons, connect and cancel).

 

Is there a way to tell PBI that even though MyCustomConnector(entity1) and MyCustomConnector(entity2) are different calls, there should only be one DataSource?

5 Replies

  • Check the scope of your data connection(s) and correct it to tie the credentials to the highest possible level.

    • Anonymous's avatar
      Anonymous
      Not applicable

      How do I do that? It is implicit auth, there aren't credentials to tie.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Is that the same as edit permissions there, and set to public, or is it something else?

      • Anonymous's avatar
        Anonymous
        Not applicable

        Is there a way to get PBI to accept that the "resource" that is being hit is the same even if the args to the function are different?