When signing in to the Timus Connect application, if you encounter the error “Authentication provider returned an unknown response for your account,” you can identify the root cause by following the steps below:
Navigate to Timus Manager → Insights → Events → Users.
Locate the user experiencing the issue and open the relevant event.
In the Authentication section (for example, Microsoft Entra ID), look for a warning icon (exclamation mark).
Hover over the icon to view the API response returned by the Identity Provider (IdP) integration.
By reviewing this API output, you can determine the underlying cause of the authentication failure and proceed with the appropriate resolution.
Secret Key Expiration – Resolution Steps
Issue: This error occurs when the Client Secret in Microsoft Entra ID (Azure) has expired.
Resolution: Generate a new Client Secret in Entra ID and update it in the Timus Manager.
Steps on Entra ID
- Go to https://portal.azure.com
- Navigate to Microsoft Entra ID
- Open App registrations
- Select All applications
- Choose the relevant application (tenant)
- Go to Certificates & secrets
- Under Client secrets, click New client secret
- Enter a description
- Set Expires to 730 days (24 months)
- Click Add
- Copy the Value (not the Secret ID)
Steps on Timus Manager
- Go to Timus Manager
- Navigate to Settings → Integration
- Open Manage Microsoft Entra ID
- Replace the existing Client Secret with the new value
- Click Save
After completing these steps, the integration should work correctly.
Updated
Comments
0 comments
Please sign in to leave a comment.