Im trying to create a JWT token like it says in the docs to send in products from our PIM integration via the connector, but getting back 404 or 400.
Im probably just missunderstanding it but im sending the POST with grant_type, client_id, and client_secrets as x-www-form-urlencoded in the body. Have also tried to send them as url parameters.
What am i missing here?
EDIT: i spelled oauth wrong and had a trailing / in the url
The URL in your image looks incorrect, it says oath (missing the u) and has a trailing slash. Can you test with http://localhost:8080/Litium/oauth/token instead?