최근 검색


최근 검색 없음

Administrator -JavierCss's Avatar

Administrator -JavierCss

가입한 날짜: 2021년 10월 16일

·

마지막 활동: 2021년 10월 16일

팔로잉

0

팔로워

0

총 활동 수

3

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Administrator -JavierCss

Administrator -JavierCss님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Hi Eric! thanks for the reply.

The application connects Zendesk tickets with information in salesforce. Each user who downloads it from the market should enter their own Salesforce credentials to authenticate the app.

Zendesk allows you to manage the oauth2 in the manifest with the following:

"oauth": {
    "scope": "restlets",
    "access_token_uri": "acces_token_uri/auth/oauth2/v1/token",
    "client_id": "client_id",
    "client_secret": "client_secret",
    "authorize_uri": "authorize_uri/app/login/oauth2/authorize.nl",
    "response_type": "code"
  }
 
I need to make the salesforce credentials dynamic ( clientid and clientsecret).
The option that you mention (hidden parameters), cannot be used because it is sensible information (token) from the client side. 
 
 

댓글 보기 · 2021년 10월 12일에 게시됨 · Administrator -JavierCss

0

팔로워

0

투표 수

0

댓글


Administrator -JavierCss님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

Hello good afternoon to everyone.

A customer asked to do a salesforce integration for zendesk.

My question is, once I get the barer token from salesforce, how can I store it safely. I can't use localstorage.

The oauth2 client method that zendesk offers only allows me to put the static values ​​in the manifest. but I need the clientid and client secret to be dynamic so that when each user that installs the app can log in through Oauth2.

2021년 10월 06일에 게시됨 · Administrator -JavierCss

0

팔로워

2

투표 수

3

댓글