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.
Navigate to Azure portal and securely login into the portal. https://portal.azure.com/
Search for
Bot Services
in the search bar and click 'Bot Services' from the list.Click the bot you want to update OAuth Secret.
Expand
Settings
, then clickConfiguration
. 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.Click the Service Provider, you wish to update the settings and click
Save
.Click
Test Connection
and if the credentials provided are valid, you will be presented with success message.
Last updated