Hi <@UFUCXSXCJ> I'm having trouble setting up OAut...
# sdf
p
Hi @Ali Syed (NS DevTools QA) I'm having trouble setting up OAuth 2.0 with the cli and extension. i created the Certificate with this command in windows 11: openssl req -new -x509 -newkey rsa:4096 -keyout private.pem -sigopt rsa_padding_mode:pss -sha256 -sigopt rsa_pss_saltlen:64 -out public.pem -nodes -days 800 but when i run *suitecloud accountsetupci --account * --authid * --certificateid * --privatekeypath private.pem* i get this error: "_Unexpected error. Verify the certificate ID and check that it has not expired._" My Role has the Log in using OAuth 2.0 Access Tokens permission at Full. I also tried in Windows 10. CLI version 20.0.1
I fixed my issue. I was mistakenly choosing the wrong application in OAuth 2.0 Client Credentials Setup . After carefully reading the documentation, I found a section that mentioned the role needs to be a developer role and that I should select the Suite Development application. I had created an integration myself and was trying to connect SDF with that newly created integration, I think I got lost at some point in all the documentation.