1. Knowledge Base
  2. SurePassID Authentication Server

How do I change the expiry for the SurePassID MFA Server in the SQL DB?

When applying new license files, the tenant expiry is not updated.
To update the expiry showing in the MFA portal in an on premise instance, you can use this SQL Query executed using SQL Management Studio (SSMS) on the SQL instance used by the MFA server.
Example: UPDATE PartnerSettings SET [Expiration Date] = '01-01-2030'