Closed MiroBenicio closed 10 months ago
@mike-audi
Pasting what @mike-audi shared in Discord:
got it. i know what the issue is (it's in the rust jwt stuff). it's expecting the audience to be a list not a string.
it's hacky, but a workaround for now is to just request multiple scopes.
request the index scope in addition to the storage scope and it should work
This is a bug in the Rust JWT code that should be fixed.
solved
Reason
The Tiki Ingest is returning a JWT error
Description
When submitting the order data to tiki ingest, the endpoint is returning an error with the JWT token authentication
The query used to generate the acess token:
grant_type=client_credentials&client_id=<publisher_id>&client_secret=&scope=storage
The token is generated successful, but the Tiki endpoint returns the error:
Success Criteria
Additional Information
No response