According to the OKTA logs, everything is working fine as seen below:
However, when I try this out I get the following:

It looks like I’m experiencing success and failure at the same time.
I’m am aware that the standard solution for fixing the 400 issue is to make sure that these values
are the same values that I’m using in my code, and these are the values that I’m using.
In the web server logs I see this:
INFO: Started server process [26196]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: 127.0.0.1:49278 - "GET / HTTP/1.1" 200 OK
INFO: 127.0.0.1:49278 - "GET /sign-in HTTP/1.1" 302 Found
But I never see the any lines about the callback URL.
What have I done incorrectly and how can I fix it?

