
PremK.32850 (Customer) asked a question.
Hi Sir/Madam,
I have implement the Okta Login functionality. I am able to login by App Users only but not working for external Okta users.
Please suggest what changes required for external users login. It's urgent.
My App details are below :
Client ID : 0oa3d5sg9o51RsCoi697
Okta Domain : trial-4830398.okta.com
Thanks,
Prem Kumar

I assume this is for a customer identity use case.
Are you using an external IdP for authentication? Creating users via a sign-up page? How would these public users authenticate to an account that belongs to them?
Thanks for your reply.
We have implemented the Okta authentication in our application, so what we want is if any user is registered on okta, we can authenticate that user in our app and log in that user.
Our app "Application type" is "Single Page App (SPA)" and Grant Type is "Authorization Code, Interaction Code and Refresh Token".
thanks,
Prem Kumar
Sure! So assuming your application allows for registration, the Okta user is then created as a result. Login would typically either be a web page redirect or iframe page, or you could do embedded auth, but this is app dependent. Have you been able to test login flow yourself in the above scenario? There should be an account created after registration and assigned to app. What do the logs tell you?