These are the options that can be set for how to handle expiring virtual smart cards in the Virtual smart card package in Smart ID Identity Manager.
Manage the option to set up how often to send emails regarding expiring virtual smart cards
- Log in to Identity Manager Admin as Administrator.
- In Identity Manager Admin, go to Home > Scripts.
- Select the script VirtualSmartCardScriptExpiringOptions.
In the script, go to the VirtualSmartCardEmailBeforeExpiringDays variable, see the example. By default it is set to 60, 30, 14, 7, which means that an email will be sent out 60, 30, 14 and 7 days before the mobile ID expires.
Example:
- Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).
Manage the option to send reminder emails
- Log in to Identity Manager Admin as Administrator.
- In Identity Manager Admin, go to Home > Scripts.
- Select the script VirtualSmartCardScriptExpiringOptions.
In the script, go to the VirtualSmartCardEmailBeforeExpiringEachDay variable, see the example. By default it is set to true, which means that emails are sent out each day after the last day in VirtualSmartCardEmailBeforeExpiringDays, (in the example above, day 7 before expiring).
Example:
- If you do not want emails to be sent out after the last day in VirtualSmartCardEmailBeforeExpiringDays, set VirtualSmartCardEmailBeforeExpiringEachDay to false.
Technical details
Default value and outcome
Variable | Value | Outcome |
---|
VirtualSmartCardEmailBeforeExpiringDays | [60, 30, 14, 7] (default) | An email will be sent out 60, 30, 14 and 7 days before the mobile ID expires |
Other | As set in the value |
VirtualSmartCardEmailBeforeExpiringEachDay | True (default) | Emails are sent out each day after the last day in VirtualSmartCardEmailBeforeExpiringDays |
False | No emails are sent out after the last day in VirtualSmartCardEmailBeforeExpiringDays |
Virtual smart card - manage options script for expiring virtual smart cards
Click here to see the whole script for managing options for expiring virtual smart cards.