Sign in was not authorized in custom sign in using react native (Android)

I am creating Custom Login Page for okta authentication in react native . I have installed everything but I am getting ‘Sign in was not authorized’ error .

  1. My credentials are also correct .
  2. I have added appredirectscheme in build.gradlew.
  3. Installed okta/react-native

but getting same error. Help me , Thanks. :smiley:

Do you have any details about what this error looks like (screenshot, further logging, etc)?

I have resolved this issue , I have added below code in build.gradle file. Issue is resolved.

manifestPlaceholders = [ appAuthRedirectScheme: "CustomSIgnIn" ]
2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.