Tomasz Florczak • over 10 years ago
Unable to authenticate client
Hello,
Below I describe the problem we're experiencing at the moment. We have contact developers support over a week ago but we have not been granted any permissions so far. Can you please help us with this issue ?
I am trying to implement authentication for my application. Since it will be mobile application I want to use Password Authentication. It is stated that quote : "This grant type is restricted to approved developer keys. To obtain approval, contact developer support." So I am contacting in order to receive approval for it. I tried receiving access token but request : https://sandbox.familysearch.org/cis-web/oauth2/v3/token?grant_type=password&username=tum000145193&password=ww&client_id=a02j000000B2TnTAAV returns "error": "invalid_grant", "error_description": "Unable to authenticate client. [ clientId: a02j000000B2TnTAAV ]."
Comments are closed.

2 comments
Jimmy Zimmerman • over 10 years ago
Tomasz, your app key should be enabled for the "password" grant_type. Sorry for the delay.
Tomasz Florczak • over 10 years ago
Thanks !