I'd added the Zendesk SDK to an iOS Project built using Swift, the Zendesk API authenticates vs my own auth service generating a JWT token. The authentication seems to work fine since the information of the users using the Support chat is shown in the Support panel.
However when trying to access the Support Articles from the Help Center, it won't show any of the content and returns this error:
CredStore - performQuery - Error copying matching creds. Error=-25300, query={
class = inet;
"m_Limit" = "m_LimitAll";
ptcl = htps;
"r_Attributes" = 1;
sdmn = "Web Password";
srvr = "avenue8help.zendesk.com";
sync = syna;
}
The JWT Token generated by Zendesk using our own endpoint reflects the right information and the structure required by Zendesk.
Any help would be much appreciated
P.S: Even tried to access the Help Center Info over the API using the given token and wasn't able to access such information