Hi again,
we are currently experiencing Issues with our react-native login that uses okta-react-native
(https://www.npmjs.com/package/@okta/okta-react-native) .
When calling signIn - the user is correctly redirected to the login page, providing correct credentials however, does not call the expected “signInSuccess” eventlistener, but rather the error listener. Upon inspection of the error, it says {“error message: “Authorization Error”, “Error-Code”: -600”].
Upon searching the underlying Okta-OIDC Code @Github, we could find that this specific error code is only raised in two spots:
When “createConfig” is called and fails, or when the actual signin fails.
( see https://github.com/okta/okta-oidc-js/blob/05be7540a53e9c712cf108573451baa0124032f0/packages/okta-react-native/android/src/main/java/com/oktareactnative/OktaSdkBridgeModule.java )
Since the logs on the admin-dashboard seem to show a successful login, showing “refresh token granted” and “access token granted” events in the event-logs, we are having a hard time understanding why the mobile app would raise this error.
Any idea why this might be happening?
Thanks in advance,
Kind regards.