_thewhit_
11/06/2023, 6:30 PMPlease provide the oktaDomain in the additionalConfig of the Okta provider.
. Is this flow detailed somewhere in the docs that I can reference?rp_st
11/06/2023, 6:34 PMrp_st
11/06/2023, 6:35 PMoidcDiscoveryEndpoint
as shown here? https://supertokens.com/docs/thirdparty/common-customizations/sign-in-and-up/provider-config#okta_thewhit_
11/07/2023, 1:52 AMoidcDiscoveryEndpoint
got me a step further._thewhit_
11/07/2023, 2:39 AMUncaught runtime error
... I assume the call back to Okta to introspect the token is failing. Any ideas why? INFO: 127.0.0.1:57898 - "OPTIONS /sessioninfo HTTP/1.1" 200 OK
INFO: 127.0.0.1:57900 - "GET /sessioninfo HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
rp_st
11/07/2023, 4:04 AMrp_st
11/07/2023, 4:04 AMrp_st
11/07/2023, 4:05 AMrp_st
11/07/2023, 5:33 AM_thewhit_
11/07/2023, 10:51 AMUser could not be found
error message. All dashboard calls return a 200. INFO: 127.0.0.1:62728 - "GET /auth/dashboard/ HTTP/1.1" 200 OK
INFO: 127.0.0.1:62728 - "GET /auth/dashboard/api/search/tags HTTP/1.1" 200 OK
INFO: 127.0.0.1:62728 - "GET /auth/dashboard/api/tenants/list HTTP/1.1" 200 OK
INFO: 127.0.0.1:62728 - "GET /auth/public/dashboard/api/users/count HTTP/1.1" 200 OK
INFO: 127.0.0.1:62728 - "GET /auth/public/dashboard/api/users?limit=10 HTTP/1.1" 200 OK
INFO: 127.0.0.1:62728 - "POST /auth/dashboard/api/analytics HTTP/1.1" 200 OK
INFO: 127.0.0.1:62763 - "GET /auth/dashboard/api/user?userId=/abc123&recipeId=thirdparty HTTP/1.1" 200 OK
INFO: 127.0.0.1:62763 - "GET /auth/dashboard/api/user/metadata?userId=/abc123 HTTP/1.1" 200 OK
INFO: 127.0.0.1:62763 - "GET /auth/dashboard/api/user/sessions?userId=/abc123 HTTP/1.1" 200 OK
INFO: 127.0.0.1:62763 - "GET /auth/dashboard/api/user/email/verify?userId=/abc123 HTTP/1.1" 200 OK
rp_st
11/07/2023, 10:52 AM_thewhit_
11/07/2023, 10:52 AMFile "/supertokens/backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", line 16, in run_until_first_complete
(done, pending) = await asyncio.wait(tasks, return_when=asyncio.FIRST_COMPLETED)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/.pyenv/versions/3.12.0/lib/python3.12/asyncio/tasks.py", line 451, in wait
raise TypeError("Passing coroutines is forbidden, use tasks explicitly.")
TypeError: Passing coroutines is forbidden, use tasks explicitly.
/supertokens/backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/h11_impl.py:-1: RuntimeWarning: coroutine 'StreamingResponse.listen_for_disconnect' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/supertokens/backend/venv/lib/python3.12/site-packages/uvicorn/protocols/http/h11_impl.py:-1: RuntimeWarning: coroutine 'StreamingResponse.stream_response' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
rp_st
11/07/2023, 10:52 AM_thewhit_
11/07/2023, 10:53 AM_thewhit_
11/07/2023, 10:53 AMrp_st
11/07/2023, 10:54 AMrp_st
11/07/2023, 10:54 AM_thewhit_
11/07/2023, 10:55 AMrp_st
11/07/2023, 10:55 AM_thewhit_
11/07/2023, 11:01 AMmayank
11/07/2023, 11:04 AM_thewhit_
11/07/2023, 11:04 AMrp_st
11/07/2023, 11:04 AMrp_st
11/07/2023, 11:05 AM_thewhit_
11/07/2023, 11:05 AMmayank
11/07/2023, 11:06 AM_thewhit_
11/07/2023, 11:15 AMrp_st
11/07/2023, 11:15 AM_thewhit_
11/07/2023, 11:15 AMnpm run start
rp_st
11/07/2023, 11:16 AMrp_st
11/07/2023, 11:16 AM_thewhit_
11/07/2023, 11:16 AM_thewhit_
11/07/2023, 11:16 AMthirdpartypasswordless
rp_st
11/07/2023, 11:17 AM_thewhit_
11/07/2023, 11:17 AM_thewhit_
11/07/2023, 11:17 AMrp_st
11/07/2023, 11:18 AMrp_st
11/07/2023, 11:18 AM_thewhit_
11/07/2023, 11:18 AM_thewhit_
11/07/2023, 11:18 AMrp_st
11/07/2023, 11:18 AMrp_st
11/07/2023, 11:19 AMrp_st
11/07/2023, 11:19 AM_thewhit_
11/07/2023, 11:21 AMrp_st
11/07/2023, 11:21 AMrp_st
11/07/2023, 11:21 AMrp_st
11/07/2023, 11:21 AM_thewhit_
11/07/2023, 11:22 AMrp_st
11/07/2023, 11:22 AMrp_st
11/07/2023, 11:23 AMrp_st
11/07/2023, 11:23 AMrp_st
11/07/2023, 11:23 AM_thewhit_
11/07/2023, 11:24 AMrp_st
11/07/2023, 12:41 PM/abc123
. How did you end up with a value like this?_thewhit_
11/07/2023, 1:49 PM