A couple questions:
-
Our app is not passing validation
okta-auth-js.umd.js:20 POST https://oie-XXXXXXX.oktapreview.com/api/v1/authn 400
AuthApiError: Api validation failed: authRequest
Not passing. Even though CORS are set -
Is it possible to register users from application through OKTA using a magic link through https://oie-XXXXXXX.oktapreview.com/api/v1/authn or is there a separate route for this? Because this route asks for a username and password.
-
Is it possible for OKTA to make registration with just an email only? Because even in the documentation it says that before you pass authentication by email -user must be registered in the system with a username AND password
Thanks in advance