
JamesC.55432 (Customer) asked a question.
I'm using a free Okta developer account in order to make a sample app and test out Okta. I added a second user with a separate email address so I could test groups. I created a simple react app and used code from the react sample app and put in a call to /api/v1/users/me to get the current logged in users email address. I verified that I can log into okta.com using email account and it recognizes the two accounts as separate accounts. However whenever I log into the local react app (using the default hosted login page) it ends up logging me into the admin okta acount. I specify the 2nd userid & password but then when I call /users/me it returns the email address for the admin account. Any idea what I'm doing wrong? Is this just a limitation of the free developer account maybe?
