React Seed Project

Newbie here - having a ‘getting started’ problem. I grabbed the git repository for the “Build a React Application with User Authentication in 15 Minutes” sample. I changed the clientID, and the baseURL values as approrpriate to my okta-account configuration. When I launch the app, I get the often cited “The ‘redirect_uri’ parameter must be an absolute URI that is whitelisted in the client app settings.” What am I not configuring correctly? My Okta App config looks like:

Here’s the odd thing - it seems that my login is successful. If I navigate away and back, I get the “logout” button - so the React Sample App has its “logged on” state set to True.

Suggestions greatly appreciated.

If you copy/paste the URL from your browser (when you see this error) and paste it into something like Notepad, you’ll be able to see the URI it’s trying to redirect to. Update your app to have this URL and everything should work.

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