username
and password
parameters.
On successful authentication, Okta will return an Authentication Transaction object, containing the user’s profile in the embedded resources. You can then extract the user’s information and pass it to Auth0 in the callback function.login
parameter.
You will also need to Create an API token which must be passed to this endpoint in the Authorization
header.
If successful, Okta will return a User object with the user’s information. Once again, you can extract the user’s information and pass it to Auth0 in the callback function.username
and password
parameters./accounts
endpoint of the Stormpath API, passing the user’s email as the email
parameter.
If successful, Stormpath will return the user’s information. You can extract the user’s information and pass it to Auth0 in the callback function.