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