Skip to content

Managing Microsoft Teams

Within the application, it is now possible to interact with the customer using the Microsoft Teams. This helps the engineers to provide the comprehensive assistance to the customers. Functionalities such as screen sharing and webcam streaming make the service process very user-friendly and flexible. The Microsoft Teams account can only be configured by the admin. Establishing the Microsoft Teams account is done in the three stages:

  1. Set up Azure AD for your application
  2. Configure the Teams with your application
  3. Authorize the Teams account with Microsoft

Note

The feature is only available for Region Europe 1.

Set up Azure AD for your application

To set up the Azure AD for your application, ensure this Azure environment should be part of the customer’s environment, so the organization where the engineers work at and proceed with the following steps:

  1. Sign in to the Azure Portal.
  2. Go to the Azure Active Directory page and navigate to App Registrations. Add a new App registration or edit an existing one if it is already registerd.
  3. In the overview tab, you will find a number of important/essential ID’s, such as the Application (client) ID and the Directory (environment) ID. You will need these to set up the integration in the your application.
  4. Go to Certificates & Secrets and create a new Client Secret. Save this secret, as you will only be able to view it in the Azure portal once. This secret is also needed for the integration in your application.
  5. Go to Authentication and add a new Redirect URL. Choose the type Web and for the value, add the base URL of the app + ‘/oauth/v2/callback_azure’.

  6. For localhost: Local host.

Configure the Teams with your application

Note

Teams has to configured to every environment that we deploy.

To configure the Teams account, proceed with the following steps:

  1. Click Administer Microsoft Teams in the "Admin" screen and navigate to ‘Set up Microsoft Graph’. Add a new authentication and enter the details, as described below.
  2. Enter the display name of your choice. Recommendation would be ‘AH&SH – Dev’ or something similar.
  3. For the Application (client) ID, enter the key you find on the overview tab of your app registration in the Azure portal (refer to 3rd step in Set up Azure AD of your application).
  4. For the Directory (environment) ID, enter the key you find on the overview tab of your app registration in the Azure portal (refer to 3rd step in Set up Azure AD of your application).
  5. For the Client Secret, enter the key you stored in a safe place after generating it in the Azure portal (refer to 4th step in Set up Azure AD of your application).
  6. At the bottom of the page, you will find the ‘+ Metadata’ button. Click it to expand the metadata and scroll down to the section of Supported Scopes. Add a New Scope and call it ‘OnlineMeetings.ReadWrite’.
  7. In the Selected Scopes section of the main form, select the OnlineMeetings. ReadWrite scope you just created. This will make sure that the MS Graph integration requests the correct permissions in order to create MS Teams meetings on the user’s behalf. Also, select the scope ‘offline_access’, which is needed to successfully get and use refresh tokens.
  8. Select code in the Selected Response Type section.
  9. Select querry in the Selected Response Mode section.
  10. Select consent in the Prompt section.
  11. Select the radio button "Yes" for "Is active".
  12. Click the ‘Get Authorization as a User’ button and authorize your own user account with Microsoft Graph.

Authorize the Teams account with Microsoft

Every user that wants to create a Microsoft Teams meeting from the Insights Hub Asset Health & Maintenance application has to authorize his account with Microsoft. To do it, procced with the following steps:

  1. Sign in as a Team Member or Team Lead role. Navigate to a Ticket or Assets tab, from which a Microsoft Teams call can be started. Click "Call customer with Micosoft Teams" button. When there is no active authorization found, a pop-up will be displayed. This pop-up also includes a button to provide the required authorization.
  2. When starting the authorization, you will be redirected to a Microsoft page. This page will ask you to sign in with your Microsoft account. Make sure to sign in with an account that is part of the Azure AD that the integration is configured with. For now, this will be your developer account with the format "xxx@ahshdev.onmicrosoft.com". Sign in with the account and then accept the requested permissions. By doing this, you authorize the Insights Hub Asset Health & Maintenance application to create a Microsoft Teams meeting in your name.

Note

Every developer has been granted an account with the format "firstname@ahshdev.onmicrosoft.com" and the password Welcome1!

3.You will be redirected to the Insights Hub Asset Health & Maintenance application and now have an active authorization with Microsoft. Try creating a Microsoft Teams meeting again and you will now be taken into the main flow for this.


Last update: December 18, 2023