You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: