[SOLVED] Invalid Client when generating new access token

Hi @Sebastian, im wondering if the authentication is working on the cloud to generate an access token, i have this example curl -X POST ‘https://cloud.squidex.io/identity-server/connect/token’ -H ‘Content-Type: application/x-www-form-urlencoded’ -d ‘grant_type=client_credentials& client_id=ngblogexample:ngsample& client_secret=mysecret=& scope=squidex-api’

it return a invalid_client !, any ideas

Nevermind after trying it on postman and sending the params in the body it did work however the curl example not working

Do you see the difference except the whitespace before the scope?

Can you do me a favor and try to fix the curl example? I have no server / environment at the moment where curl+https just works.

A friend confirmed, that it worked for him.

1 Like