Update Salem OAuth Secrets

Salem utilizes OAuth service providers for authenticating users. Currently, Salem supports Azure AD, Google Auth, and Slack Auth. The process for updating OAuth Secrets is the same for all supported providers and is done through the Azure portal.

  1. Navigate to Azure portal and securely login into the portal. https://portal.azure.com/

  2. Search for Bot Services in the search bar and click 'Bot Services' from the list.

  3. Click the bot you want to update OAuth Secret.

  4. Expand Settings, then click Configuration. You will see a list of OAuth provide on that page. You can have one or more Service Provider listed but at any given time, only one provider is active within Salem's system. Note: The service provider Name must match the connectionName in the environment variables in the Node application for Salem to work properly.

  5. Click the Service Provider, you wish to update the settings and click Save.

  6. Click Test Connection and if the credentials provided are valid, you will be presented with success message.

Last updated