Forum Discussion

rajulshah's avatar
rajulshah
Icon for Resident Rockstar rankResident Rockstar
3 years ago
Solved

Changing Labels in Basic Authentication in Custom Connector

Hello everyone,

 

Can anyone know how to change the labels of the Authentication type or labels in Power BI Custom Connector?

I want to write ClientId and Client Secret here. 
Please help asap.

 

artemus 

  • You can use

    Authentication = [
       UsernamePassword = [
          Label = "Client Id/Secret"
          UsernameLabel = "ClientId",
          PasswordLabel = "Client Secret"
       ]
    ]

1 Reply

  • artemus's avatar
    artemus
    Icon for Microsoft Employee rankMicrosoft Employee

    You can use

    Authentication = [
       UsernamePassword = [
          Label = "Client Id/Secret"
          UsernameLabel = "ClientId",
          PasswordLabel = "Client Secret"
       ]
    ]