Hi @llamapajama
The issue here is that API Access Management is not enabled on your Okta org. This paid feature gives you the possibility to create custom authorization servers, as mentioned here.
If you would like to use the free alternative, the best option would be to use the Okta authorization server, which has the issuer http://vitacvps.okta.com
and the configuration file available at https://vitacvps.okta.com/.well-known/openid-configuration
.
Saying this, the URL for authorization would look like
From what I can see, an error occurs on this link, mentioning that the redirect_uri is not whitelisted. In the URL, you have redirect_uri set to
http://me:5000/user/auth/oktaoauth/callback
while in the openid application you have it set to
http://me:5000/users/auth/oktaoauth/callback/
Would it be possible to match the URLs and try again?