How to add new Protocol for "on behalf of a user" authentication method #595
Unanswered
nkgiovannivl
asked this question in
Q&A
Replies: 1 comment
-
You should first implement a protocol and then add a new class object to work with the api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
How to add new Protocol for "on behalf of a user" authentication method and scopes?
Looking inside the guide, the https://github.com/O365/python-o365/blob/master/O365/connection.py#L34 most be modified or there is a way to change the configuration?
PowerBi protocol_url: https://analysis.windows.net/powerbi/api/
Some scope examples for creation on "scope helpers":
"https://analysis.windows.net/powerbi/api/Dataset.Read.All",
"https://analysis.windows.net/powerbi/api/Dataset.ReadWrite.All",
"https://analysis.windows.net/powerbi/api/Group.Read",
"https://analysis.windows.net/powerbi/api/Group.Read.All",
"https://analysis.windows.net/powerbi/api/Workspace.Read.All",
"https://analysis.windows.net/powerbi/api/Workspace.ReadWrite.All"
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions