Before you enable the Auto-logon feature for the Sales Center,
you must enable the ActivityToken based sign-on for the WebSphere Commerce
Server.
About this task
Enabling the ActivityToken based sign-on
Procedure
- Open the WebSphere
Commerce configuration file.
- Locate the following element:
<ActivityTokenBasedSSO
display="false"
enabled="false"
ActivitySSOTokenExpiry="300"
/>
- Change enabled="true" as shown:
<ActivityTokenBasedSSO
display="false"
enabled="true"
ActivitySSOTokenExpiry="300"
/>
Important: The default value of the ActivitySSOTokenExpiry
is 300 seconds. You can change this to suit your requirement though it is
recommended that it not exceed a few minutes. Once a token is generated, it
is valid only for the time (in seconds) specified in ActivitySSOTokenExpiry.
If the client returns the token after the expiry period, then the user will
not be allowed to log in.
- Save and close the file.
- Restart WebSphere Commerce Server.