You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
I've finally manage to have all working with the connector in the release 0.6.0 but the last step with the Http pull way.
I'm able to call for the authCode and got this in the endpoint (which is fine 🥲 )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all,
I've finally manage to have all working with the connector in the release 0.6.0 but the last step with the Http pull way.
I'm able to call for the authCode and got this in the endpoint (which is fine 🥲 )
After that, I'm doing this
curl --location 'http://192.168.25.108:18185/public/v2/' \ --header 'Authorization: eyJraWQiOiJwdWJsaWMta2V5IiwiYWxnIjoiUlMyNTYifQ.eyJleHAiOjE3MTI4NDY4ODgsImRhZCI6IntcInByb3BlcnRpZXNcIjp7XCJodHRwczovL3czaWQub3JnL2VkYy92MC4wLjEvbnMvcHJveHlQYXRoXCI6XCJ0cnVlXCIsXCJodHRwczovL3czaWQub3JnL2VkYy92MC4wLjEvbnMvdHlwZVwiOlwiSHR0cERhdGFcIixcImh0dHBzOi8vdzNpZC5vcmcvZWRjL3YwLjAuMS9ucy9wcm94eU1ldGhvZFwiOlwidHJ1ZVwiLFwiaHR0cHM6Ly93M2lkLm9yZy9lZGMvdjAuMC4xL25zL3Byb3h5UXVlcnlQYXJhbXNcIjpcInRydWVcIixcImh0dHBzOi8vdzNpZC5vcmcvZWRjL3YwLjAuMS9ucy9wcm94eUJvZHlcIjpcInRydWVcIixcImh0dHBzOi8vdzNpZC5vcmcvZWRjL3YwLjAuMS9ucy9iYXNlVXJsXCI6XCJodHRwczovL2pzb25wbGFjZWhvbGRlci50eXBpY29kZS5jb20vdXNlcnNcIn19In0.iXWVq1k4vmiIuekcxz_jCozwdnbZV3Xh5dFkYL1jHWn-PtdLgbQSIDKPwwgyqWT2e279zNmLIB-B9E8cZjMeufWFANI7jq_8hMc78AsLrRYni0acIvc_XhoxsD-59L9tlTzobOkh1LsPJW90VK4Xg45REK_kKbuLhxiLBxXvMGs6svtRmEjkpULwT8RNHfe6ZbdHuozL6gJgnsbi1RWYDYgcy8fNJe1CAak-unOHswOzOaO-ZFAtTvaD8RJdvG_IKNvJOEWN_t7BIBr910Bvpp3vsvM96YacUDJt7HXnmBCTQZWU1qAcd94Clu_3w1VhKfa0ZTkyXt7GAQ1pQ0W2Aw' \ --header 'X-Api-Key: mykey'
But I got this 403 response:
{ "errors": [ "jti claim must be present on token" ] }
Do you have any ideas of how can I pass the authCode in the v2 api for the public interface?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions