Skip to main content
On Premises Engine - Microsoft 365 Credentials Expired

How to update update the app secret

Updated over a week ago

If your On Premise Engine stops transmitting data to SigParser after a few months or a couple years it is often because the app secret stopped working.

  1. Go to Microsoft Azure portal (https://portal.azure.com)

  2. Go to App registrations

  3. Find the SigParser application you created when originally setting up the On Premise Engine

  4. From the menu on the left, select Certificates & secrets > Client secrets > + New client secret

  5. Enter the following details:

    • Description: SigParser Mailboxes Secret 2

    • Expires: 24 months

  6. Select Add

  7. Copy and paste the Client Secret Value (NOT Secret ID) from Azure

  8. Depending on how you setup the secrets

    1. Find the Azure Secret store you created previously for SigParser and update the Office365ClientSecret

    2. OR if using the secrets.json file then update the JSON property Office365ClientSecret with the secret

  9. Next time the application runs it should work.

    1. You can run the scheduled task manually and view the logs to make sure it is properly processing records.

    2. It will reprocess any missed emails

Did this answer your question?