Clarification is needed for the chat.bsky.moderation.GetMessageContext endpoint #3185
Replies: 1 comment
-
I know very little about atproto, but this sounds like an issue with the jwt you're passing in. Here's the spec on how to authenticate with services: https://atproto.com/specs/xrpc#authentication It looks like the chat service is not open source so unfortunately I can't tell you much more than that From perusing through the atproto code, which I assume that chat service is probably based on... this error might occur when you've built your JWT with the wrong iss suffix: The spec mentions the iss field sometimes needs to be in the form "[did]#atproto_chat", or something like that This seems entirely undocumented. It might be easiest to just run a PDS, run its traffic through a mitmproxy, and look directly at the requests it's making. |
Beta Was this translation helpful? Give feedback.
-
Hello, everyone.
I attempted to retrieve single message data using the "chat.bsky.moderation.getMessageContext" endpoint, but received the result as {"error":"UntrustedIss","message":"Untrusted issuer"}.
Could someone please help me?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions