최근 검색
최근 검색 없음

B89 Service Principal Account
가입한 날짜: 2021년 5월 13일
·
마지막 활동: 2021년 10월 16일
팔로잉
0
팔로워
0
총 활동 수
4
투표 수
0
플랜 수
2
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 B89 Service Principal Account
B89 Service Principal Account님이 에 댓글을 입력함
Hey @..., thank you for the answer.
We enabled the JWT authentication in Zendesk according to the documentation. Related to the SDK, we are using the following code (iOS):
Zendesk.initialize(appId: Bundle.main.zendeskAppID,
clientId: Bundle.main.zendeskClientID,
zendeskUrl: Bundle.main.zendeskURL)
CommonTheme.currentTheme.primaryColor = .SecondaryBemon400
// Authenticated session
if let token = try? Session.Authentication.getPubID() {
logger?.log("PubID: \(token)", level: .debug)
if let instance = Zendesk.instance {
let identity = Identity.createJwt(token: token)
instance.setIdentity(identity)
logger?.log("Zendesk itentity setup correctly", level: .info)
} else {
logger?.log("No Zendesk Instance was found. Zendesk session is not authenticated", level: .error)
}
} else { // Unauthenticated session
let ident = Identity.createAnonymous()
Zendesk.instance?.setIdentity(ident)
logger?.log("Zendesk itentity with anonymous setup", level: .info)
}
Support.initialize(withZendesk: Zendesk.instance)
Chat.initialize(accountKey: "dummykey")
AnswerBot.initialize(withZendesk: Zendesk.instance,
support: Support.instance!)
We don´t know what could be failing.
Thanks again!
댓글 보기 · 2021년 3월 17일에 게시됨 · B89 Service Principal Account
0
팔로워
0
투표 수
0
댓글
B89 Service Principal Account님이 에 댓글을 입력함
Hello,
We are implementing a dedicated endpoint for use with the Zendesk SDK in order to authenticate users through a JWT. Our implementation in our backend works correctly, it returns the expected response. However, when we use the Zendesk SDK, there are no traces of a request being made from Zendesk to our servers, even though we have configured everything correctly, as instructed in this link: https://develop.zendesk.com/hc/en-us/articles/360001075248-Building-a-dedicated-JWT-endpoint-for-the-Support-SDK.
What do you think this might be?
Thank you
댓글 보기 · 2021년 3월 17일에 게시됨 · B89 Service Principal Account
0
팔로워
0
투표 수
0
댓글