Version Affected: [All Versions]
Description:
The settings property 'DigitalFP' is of a non-compatible type.
Description: An unhandled exception occurred during the execution ofthe current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: SystemConfiguration_SettingsPropertyWrongTypeException: The settings property 'DigitalFP' is of a non-compatible type
Cause:
Issue occurs when type is missing from below parameter in web.config after migrating classic realm(s) from old IDP version to new experience on a newer IDP version.
<add name="DigitalFP" />
Below is how the entry should look like:
<add name="DigitalFP" type="object" />
Resolution:
Update web config (https://localhost/SecureAuth0/updatewebconfig.aspx)
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.