Question
I'm using Tizen Studio 3.1 with JDK 1.8.0_201. When trying to create a Samsung developer certificate through Tizen Studio's Certificate Manager, I encounter an issue at the third step where it requires me to log in to my Samsung account. Each time I attempt this, I receive the following response:
{"access_token":"<token here>","token_type":"bearer","access_token_expires_in":"862942","refresh_token":"-1","refresh_token_expires_in":"-1","userId":"<...>","client_id":"<...>","inputEmailID":"<email>","api_server_url":"us-auth2.samsungosp.com","auth_server_url":"us-auth2.samsungosp.com","close":true,"closedAction":"signInSuccess"}
Is there an alternative method to create the certificate, or how can I resolve this issue?
Note: Apologies for any language errors, as English is not my native language.
Answer
Problem Understanding
The issue occurs when attempting to create a developer certificate in Tizen Studio, specifically during the Samsung account login process. The system returns a JSON response instead of proceeding with the certificate creation.
Solution Methods
- Check Server Status: The issue might be related to temporary server maintenance or connectivity problems. Wait for some time and try again.
- Alternative Login Method: If the web-based login fails, try using the direct login option in Tizen Studio if available.
- Manual Certificate Creation: As a last resort, consider creating the certificate manually through the command line using Tizen Studio's tools.
Additional Tips
- Ensure your Tizen Studio and JDK are up to date.
- Check your internet connection and firewall settings, as they might block the authentication process.
- If the problem persists, consult the official Samsung Tizen OS documentation for updated procedures.