Hi All,
I have build a custom connector and added many Graph API functions to it, i was successfully able to pull and add information through custom connector, but when i share the app to the other users, they couldnt able to add custom connector connection to the app, I have P2 liscense in powerapps, do the users who are using my app with custom connector needs to have P2 liscense too?, please help me on this.
Solved! Go to Solution.
Developers who have P2 liscense can create and share the connectors, previous we have only roles for two users, now i have opened connection to all users in organization, now it works, run the below command to enable
Set-AzureADServicePrincipal -ObjectId {GUID} -AppRoleAssignmentRequired $false
Developers who have P2 liscense can create and share the connectors, previous we have only roles for two users, now i have opened connection to all users in organization, now it works, run the below command to enable
Set-AzureADServicePrincipal -ObjectId {GUID} -AppRoleAssignmentRequired $false
User | Count |
---|---|
135 | |
133 | |
79 | |
75 | |
71 |
User | Count |
---|---|
210 | |
201 | |
69 | |
62 | |
53 |