Hi All,
I created a free developer account and create an app. I was able to generate the key for jwt authentication.
I have 2 question which is blocking me
- Am I service user, or I need to create one? If So how, the documentations gives no info if any specific licenses are required
- On downloading the pub key json, i see enterprise ID =0, is this expected? I am getting an error on running my code.
{‘error’: ‘invalid_grant’,
‘error_description’: "Please check the ‘sub’ claim. The ‘sub’ specified is "
‘invalid.’}
Please help.