最近の検索


最近の検索はありません

Ani's Avatar

Ani

参加日2024年4月18日

·

前回のアクティビティ2024年4月18日

フォロー中

0

フォロワー

0

合計アクティビティ

2

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Ani

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

コメントSingle sign-on

Hello Team,

We are currently in the process of converting from GET to POST with the below endpoint
https://yoursubdomain.zendesk.com/access/jwt.

 

Due to our architectural constraints we cannot submit this from a form instead we are authenticating from an endpoint when the user tries to access a zendesk resource (Python).
 

we do get a 403 when I do an automatic redirect using the below code.

aiohttp.ClientSession().post(url, data=json.dumps(data), headers=headers, allow_redirects=True)


we get a 302 when the redirect is set to False
aiohttp.ClientSession().post(url, data=json.dumps(data), headers=headers, allow_redirects=False)

 

data looks like below - 

{'jwt': ‘jwt_token_generated_here’}

Does the 302 mean the user is authenticated? I dont think so since we cannot access any zendesk resources.

When i try to access a helpdesk link it hits the remote login URL set up in the zendesk admin page. (This means I was not authenticated)

 

Can you please advise.

 

Ani

 

 

 

コメントを表示 · 編集日時:2024年4月18日 · Ani

0

フォロワー

0

投票

0

コメント