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.