Okta with react app

I need some assistance with integrating Okta into my React application for a login form. I have encountered a few issues that I would like to discuss and find a solution for. However, I noticed that in my Okta account, only one login account is active. When I try to add another account, it remains in a “pending user action” state and does not become Active . I need guidance on how to activate multiple user accounts in Okta and resolve the “pending user action” status.
Is there any additional configuration or steps required to enable multiple active user accounts within Okta? I have attached


a document with more detailed information about the issue.

Please verify your OKTA app settings - Sign-in Redirect URI is configured correctly. Verify the same URL is configured in code as well (OktaAuth configuration - RedirectURL)

1 Like

okay xavier i’ll check