[source-microsoft-sharepoint] Add grant-type client_credentials
For OAuth2 Flow
#35588
Closed
1 task
Labels
area/connectors
Connector related issues
community
connectors/source/microsoft-sharepoint
team/connectors-python
type/bug
Something isn't working
Connector Name
source-microsoft-sharepoint
Connector Version
0.1.0
What step the error happened?
Configuring a new connector
Relevant information
Currently, the connector only supports the Refresh Token grant-type for OAuth authentication. However, it lacks support for the commonly used Client Credentials grant-type.
Conveniently, the
Office365-REST-Python-Client
library that the connector is based on, already provides client_credentials as a grant-type option for OAuth. For example:Adding this as a feature to the connector will greatly improve it's usuability.
Relevant contributor: @lazebnyi @tolik0
Relevant log output
No response
Contribute
The text was updated successfully, but these errors were encountered: