🚨 Forest down (SSL issue) - Trouble logging in - error 400: Invalid client id 🚨

@remi_okarito @Amael-ApiBots and all,

It only concerns the projects that are running on the v7 or v8.

To resolve this issue,

  • Customers not using a static FOREST_CLIENT_ID need to restart their server to log in back to Forest Admin.

  • Customers using a static FOREST_CLIENT_ID will need to regenerate it on all environments and restart their servers.

See how to generate it:

curl -H "Content-Type: application/json" \
     -H "Authorization: Bearer FOREST_ENV_SECRET" \
     -X POST \
     -d '{"token_endpoint_auth_method": "none", "redirect_uris": ["APPLICATION_URL/forest/authentication/callback"]}' \
     https://api.forestadmin.com/oidc/reg

Let us know if that helps.