I am looking to implement Okta Auth login for a store.
Since the customers are on Okta are not on the store, what would be a good way to add the customer info to the store.
What I am thinking is, when they login I would first checking using the store API to see if they are existing there if they are not there then create a account with the credentials that they have entered and continue with the flow.
Is there a better way to do this or the only way for the time being ?
(also sorry if the post is tagged incorrectly)