This can occur if the old certificate was deleted, and the web.config has not been updated with the thumbprint of the new certificate. Please note for Identity Manager version 9.3.0 and above the tokencertificatethumbprint section has been moved to the appsettings.json file in the same directory.
On the web server, get the new Certificate thumbprint:
1. Open an MMC console: Start | Run | "MMC":
4. Document the Certificate Thumbprint:
- Select the "Details" tab
- Ensure "Show " is selected
- Scroll down to "Thumbprint"
- Copy the thumbprint and paste into a text editor
While still on the Web Server, edit the Web.Config of the Application Server (Please note for Identity Manager version 9.3.0 and above the tokencertificatethumbprint section has been moved to the appsettings.json file in the same directory):
1. Browse to the folder for the App Server. By Default this is "C:\inetpub\wwwroot\AppServer"
2. Backup the current web.config file to a safe location to use if needed.
3. Edit the Web.Config file with a text editor, and update the thumbprint:
- In the Web.Config, look for the line: add key="tokencertificatethumbprint" value=""
- Update this line with the new thumbprint edited earlier: add key="tokencertificatethumbprint" value="afd28ff6044d590c5dc0f13d3136ff4a81681403"
- Save the updated Web.Config
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center