Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not verify these connected app details actually work. Could not authenticate [email protected] using connected app JWT {"summary":"Method Not Allowed","detail":"The HTTP method 'GET' is not supported for the given resource","code":"405000"} #6

Open
jtsai01-bsc opened this issue Dec 20, 2024 · 0 comments

Comments

@jtsai01-bsc
Copy link

The issue is that we got this error below when our Teams admin configure the Tableau app in his Microsoft Teams admin center.
Could not verify these connected app details actually work. Could not authenticate [email protected] using connected app JWT {"summary":"Method Not Allowed","detail":"The HTTP method 'GET' is not supported for the given resource","code":"405000"}

Tableau support provides me a Python script, ConnectedApp.py, to test the Tableau Cloud ConnectedApp, and the script returns the secret token.
C:\Users\jtsai01\Downloads\Tableau>python ConnectedApp.py
C:\Users\jtsai01\Downloads\Tableau\ConnectedApp.py:18: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
'exp': datetime.datetime.utcnow() + datetime.timedelta(minutes=5),
eyJhbGciOiJIUzI1NiIsImlzcyI6IjZhNzg1YzI0LTQ4YzgtNDA4ZC1hYjUzLTA5MjUxZDg4M2RjOCIsImtpZCI6Ijc5MmZiOGI4LTZlNjYtNDFmMi1hMTI4LWQwZmI3ZTZmNjg3ZiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI2YTc4NWMyNC00OGM4LTQwOGQtYWI1My0wOTI1MWQ4ODNkYzgiLCJleHAiOjE3MzQ3MTczNzcsImp0aSI6IjRkN2UyYjEzLTFiODMtNGFhZi1hZGI0LWI5ZTYxY2I4YjM1NCIsImF1ZCI6InRhYmxlYXUiLCJzdWIiOiJqdHNhaTAxQGJsdWVzaGllbGRjYS5jb20iLCJzY3AiOlsidGFibGVhdTp2aWV3czplbWJlZCIsInRhYmxlYXU6cGVybWlzc2lvbnM6cmVhZCIsInRhYmxlYXU6Y29udGVudDpyZWFkIl19.EpWzX1d7ohalQaSXx8q5-ZLbfBrJik069Df07-2ulMQ

Would you please help on guide us on how and where this 405000 error can be resolved.

Regards,
JinChong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant