Integrate OwnID password free authentication into your Okta flow
ownIdData
. This is used to store user authentication data in Okta.
appId
automatically. Use that appId
in OwnID SDK interaction from your website’s front end.
https://your-auth-domain.com/oauth2/v1/authorize/callback
. Client ID
and Client Secret
from the OwnID application created in the previous step as shown. IdP ID
value from the Summary_ so we can use it in the next step. <body>
tag, locate the {{{OktaUtil}}}
definition, then add the OwnID script for loading the OwnID WebSDK below the OktaUtil
line. <appId>
with the appId
from the OwnID application created in step 3.
<idpId>
with the IdP ID
from step 4.