-
Notifications
You must be signed in to change notification settings - Fork 22
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
Use OAuth and installation API to install Private apps into user accounts #10
Comments
Actually probably not going to use OAuth. Doing so would require every single user to create an oauth client in their zendesk, authorize it, then use it in labs. Skip and I discussed this and feel that using the rails app to make api requests will be a much simpler user experience. |
I disagree. We should create a "public" OAuth client that can be used by All zendesk accounts, if you have an OAuth client I can turn it into a public one |
I agree with Rose.
|
If your biggest concern is "Doing so would require every single user to create an oauth client in their zendesk, authorize it, then use it in labs" and that I tell you I can lift that limitation, what are the blockers? |
At this point I don't see any value in using OATH and just see a lot of On Tue, Oct 1, 2013 at 4:28 PM, Maxime Prades [email protected]:
|
The security risk with a traditional API approach is big and the usability I might simply take it over and implement it with our resources if you guys Maxime Prades Zendesk http://www.zendesk.com/ On Wed, Oct 2, 2013 at 10:31 AM, Skip Moore [email protected]:
|
I am totally with you Maxine if you're willing to work with me in making it On Tue, Oct 1, 2013 at 5:34 PM, Maxime Prades [email protected]:
|
And it's a comment that makes absolute sense but I can easily lift that The way I see it it's a great feature for zenlabs and a good engineering On Wed, Oct 2, 2013 at 10:42 AM, Rose Auravide Trujillo <
|
Yeah. I like this idea. |
Where's a reasonable place to make the OAuth client though? Or should I just start with a test account |
OAuth: https://support.zendesk.com/entries/24458591-Using-OAuth-authentication-with-your-application
Apps API: http://developer.zendesk.com/documentation/apps/reference/api.html
The text was updated successfully, but these errors were encountered: