Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Zendesk Support+Talk: add oauth flow (java part) #7326

Closed
antixar opened this issue Oct 25, 2021 · 0 comments
Closed

Source Zendesk Support+Talk: add oauth flow (java part) #7326

antixar opened this issue Oct 25, 2021 · 0 comments

Comments

@antixar
Copy link
Contributor

antixar commented Oct 25, 2021

Oauth2 logic of connectors Zendesk Support and Zendesk Talk is same. Their access tokens are fully compatible.
Python part:

Zendesk docs
Necessary scopes' value: read
Example of consent url: https://{subdomain}.zendesk.com/oauth/authorizations/new?.....
Example of token url: https://{subdomain}.zendesk.com/oauth/tokens
where subdomain should be forwarded from UI part

The Zendesk oAuth2 implementation returns long-term access_token without refresh_token

@antixar antixar added type/bug Something isn't working area/connectors Connector related issues and removed type/bug Something isn't working labels Oct 25, 2021
@antixar antixar self-assigned this Nov 4, 2021
@antixar antixar closed this as completed Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants