How can we authenticate users using Okta SignIn without redirecting the users to Okta page?
In our ecommerce site, we want to integrate okta API, when the user login which should not redirect to okta login page, How can we achieve this without redirecting to okta login page?
- it should authenticate the user from background
- once the authentication completes, it returns the access token to load the application.