I’m using Okta for React native, however I keep running into an error Sign in not authorized
. I have tried both signIn({credentials})
and signInWithBrowser
and both yield the same issue.
My organization does not any MFAs enabled, and I also receive the same error when running the sample react native project from this GitHub - okta/samples-js-react-native: samples-js-react-native.
Any advice/assistance is greatly appreciated. Thank you!