Great Tutorial Samarth. I am able to get access token from web browser but still unable to get it via py app. I am getting the below error. Despite giving access it still gives Status: 400 {'error': 'invalid_grant', 'error_description': "user hasn't approved this consumer"}
Brilliant explanation with clear end to end demo of the concept. Thank you so much and Keep it up mate!
Great Tutorial Samarth.
I am able to get access token from web browser but still unable to get it via py app.
I am getting the below error.
Despite giving access it still gives
Status: 400
{'error': 'invalid_grant', 'error_description': "user hasn't approved this consumer"}
Amazing thanks for sharing
Hi Samarth. I am trying to run the open ssl command in my mac M1 and it is not working can you please post a video how to do it on mac
what is difference between all users may authorize vs admin pre authorize? thanks 🙂
If you select Admin pre authorize, then you have to select which profiles can have access to connected app otherwise all users can access the app.
I got this error:
{
"error": "unsupported_grant_type",
"error_description": "grant type not supported"
}
Got the same error , how you resolved it?
@@AyushiSethi-w9o Which is your URL?
As far as I know, the encryption is done using Private key and decryption using public key.. Please clarify this ... Samarth
Why did you use Python? is this not possible with Apex?
This is third party app that want to access SF. If using apex, no need to do this authentication.