Error executing script : org.mozilla.javascript.JavaScriptException: Error: Unable to make a connection to Intune via Graph API call. Please check your credential configuration. Check system log for more details. HTTP return status code was 401 (sys_scripIssue The scheduled imports for "SG-Intune" are failing with the below exception. Error executing script : org.mozilla.javascript.JavaScriptException: Error: Unable to make a connection to Intune via Graph API call. Please check your credential configuration. Check system log for more details. HTTP return status code was 401 (sys_script_include.6a4e0342773310102dfb23446810611c.script; line 659)ReleaseAll ReleasesCauseWe are getting this issue because of the AuthProblemException{error='invalid_client', description='AADSTS7000222: The provided client secret keys for app 'xxxxxxxxxxxxxxxxx' are expired. If you check the OAuth provider profile, you'll see the same client ID that appears in the logs.ResolutionTo resolve this issue, follow the steps below: Generate a New Client Secret: Visit the Azure portal to create new keys for your app: Create New Client Secret.Alternatively, consider using certificate credentials for added security: Azure Certificate Credentials. Microsoft Documentation: For more information on certificate credentials, refer to the official Microsoft documentation:Active Directory Certificate Credentials. ServiceNow Documentation: If you have any queries about generating a new client secret, please refer to the ServiceNow product documentation:Generate Client Secret. Customer Action: Suggest the customer check with the Microsoft/Azure team and update the Client Secret (generate a new one) if it has expired. The customer will need to update the new secret in the Application registry under the client secret field. Microsoft Error Documentation: For more details on this error, refer to the following Microsoft document:AADSTS7000222 Error Explanation. Azure Portal Verification: Go to the Azure Portal → Azure Active Directory → App registrations.Locate the app with ID: xxxxxxxxxxxxx.Navigate to Certificates & secrets → Client secrets.Ensure you are using the actual client secret value and not the client secret ID.If the secret has expired or is missing, generate a new client secret and update it in the configuration. Application Registry changes: Once the client secrete generated in the azure portal the secrete key should be updated in the instance application registry. In the filter navigator, search for Application Registry.Open the respective Oauth Provider record.Change the newly created Client Secret details in the respective Client Secret record.Save the changes after updating the client secret. Once these changes completed go to the credentials list page oauth_2_0_credentials.LIST and search for the respective credentials record and click on Get OAuth token to fetch the new tokens.