I’m trying to follow this tutorial so I can implement it in my own FastAPI app, but there seem to have been a lot of changes in the Okta admin environment since this was written, for example:
- Setting up a new application is different
- I can’t find issuer ID and audience
- Managing scopes has another structure
Are there any sources for finding how to implement Okta auth in my FastAPI app or what the differences are since this tutorial?