- Check if your non-SSO password is correct set
- Double check if your internal application is active
- Verify whether private key is correct
- It might that application is not correctly created – i.e., it is not created as Internal application
- Try to generate token by your self using the following curl script:
curl --request POST -H 'Content-Type: application/x-www-form-urlencoded' -H "Content-Type: application/json" -d grant_type=password -d username='admin_username' -d password='admin_password' -d client_id='your_client_key' -d client_secret='your_client_secret_key' -d scope='Egnyte.filesystem Egnyte.permission Egnyte.audit Egnyte.link Egnyte.user Egnyte.group' https://your_domain.egnyte.com/puboauth/token