Integrate OwnID into Salesforce Commerce Cloud using a cartridge.
Sandbox API User
Salesforce Commerce Cloud
private_key_jwt
.Client Id
and Secret
. Save these values for later use.
client_id
value in the shop JSON to match the Client Id
created in the previous step.
client_id
value in the JSON object to match the Client Id created in the previous step.appId
automatically. Use that appId
in OwnID SDK interaction from your website’s front end.
appId
so you can use it in the next step.
EnableOwnId
to true
to display the OwnID widget.Env
Select the OwnID production environment.AppId
previously copied from the OwnID Console.Signing Key
previously copied from the OwnID Console.templates/default/common/htmlHead.isml
skipDefaultWidgets
, so there’s no overlap with the default (side-by-side) variant. standalone-button
variant.
Use the examples below to render the button in your login, register or account recovery pages:
wrapper-div
represents the div where the button will be shown. Configure your own.
If you would like to style this button, you can utilize the following CSS variables:
enableOwnId
"true"
or "all"
: Enables OwnID on all sites."en-US", "en-GB"
): Enables OwnID only on specified sites.env
UAT
, Production
).appId
signingKey
skipDefaultWidgets
returningUserPromptActions
Login-Show
, Account-Register
, Checkout-Begin
returningUserPromptActionsOnSecondVisit
showAuthNotificationActions
Cart-Show
accountRecoveryActions
Account-PasswordReset
enableProfileUpdateWidgets