Hello, I am creating a custom app with Okta authentication.
Everything works fine with a dev okta account, but when I use my org’s okta it doesn’t, it always fails with the "Error while resolving signing key for kid " error.
What I noticed by debugging any token generated by my organization in jwt.io is that they ALWAYS have invalid signature.
Also the issuer doesn’t have the /oauth2/default which I thought would always be there. How is that possible?