最近の検索


最近の検索はありません

Joseph Takahata's Avatar

Joseph Takahata

参加日2021年12月02日

·

前回のアクティビティ2022年1月13日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Joseph Takahata

Joseph Takahataさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk Apps Framework (ZAF)

Bump.

コメントを表示 · 投稿日時:2022年1月13日 · Joseph Takahata

0

フォロワー

0

投票

0

コメント


Joseph Takahataさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk Apps Framework (ZAF)

Bump. I was told coming here was a way to better get in contact with Zendesk's Engineering team by support.

コメントを表示 · 投稿日時:2021年12月21日 · Joseph Takahata

0

フォロワー

0

投票

0

コメント


Joseph Takahataさんが投稿を作成しました:

投稿 Developer - Zendesk Apps Framework (ZAF)
TLDR; I'm getting a 405 error on the redirect step after the authorize step. Trying to figure out why.
 
I'm following the instructions here (https://developer.zendesk.com/documentation/apps/app-developer-guide/using-the-apps-framework/#authorization-code-grant-flow) and I'm essentially on the step where the application is in the install process and you just need to OAuth authenticate:
Locally on our dev auth server, I have the redirect uri set up to:
Along with the grant type being Authorization code and the Client ID/Secret.
 

In case you may be familiar with the stack: this is setup in django's rest oauth toolkit. If not, that's ok too, just dropping that bit in case it's useful to anyone else.

This leads to the issue I'm having. After the authorize screen (our own):

I get the following error from https://zis.zendesk.com/api/services/zis/connections/oauth/callback?code={thecode}&state={statestuff}:

This is where I'm quite stuck. I had thought that with it returning the code, aka the auth token, that I'd be in the green. Perhaps I'm missing something obvious. Please let me know.

投稿日時:2021年12月02日 · Joseph Takahata

0

フォロワー

2

投票

4

コメント