Closed shahab-cl closed 3 years ago
This happens when one of your provided fields (e.g. redirect_uri
) doesn't match its configuration, for example if you tell td https://localhost
but provide http://localhost
. Make sure all your fields match.
Got it. That worked. I am wondering if there is a way to do this inside a python file instead of running this from command line. e.g. here is the syntax.
I couldnt find a way to run this from the file as the function dosent wait for the browser.
Describe the bug A clear and concise description of what the bug is.
When trying to authenticate for the first time. I run the command below and it opens chrome with a page which is not the authentication page. Plese see attachement. I login and then hit enter.
Running python in command line with the following command
Python 3.9.2 (default, Mar 15 2021, 17:27:56) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin Type "help", "copyright", "credits" or "license" for more information.
To Reproduce Device Mac.