Forum Discussion
rajulshah
Resident Rockstar
3 years agoChanging 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 a...
- 3 years ago
You can use
Authentication = [ UsernamePassword = [ Label = "Client Id/Secret" UsernameLabel = "ClientId", PasswordLabel = "Client Secret" ] ]
artemus
Microsoft Employee
3 years agoYou can use
Authentication = [
UsernamePassword = [
Label = "Client Id/Secret"
UsernameLabel = "ClientId",
PasswordLabel = "Client Secret"
]
]