Customize SSO on the website
Add log in link to the store in SSO mode
Ecwid.OnAPILoaded.add(function() {
Ecwid.setSignInUrls({
signInUrl: 'http://my.site.com/signin',
signOutUrl: 'http://my.site.com/signout' // signOutUrl is optional
});
});Field
Type
Description
Custom Sign in / Sign out handlers
Field
Type
Description
Last updated
Was this helpful?
