...
Table of Contents
...
type | flat |
---|---|
separator | | |
...
Overview
Microsoft Teams facilitates collaboration, enhances team productivity. In taking control of the End User’s system to analyze the issues or in setting up a Conference call Microsoft teams provides the best user experience.
Before we start using various features of Microsoft teams, there are a few prerequisites.
...
Prerequisite to setup Remote Desktop Sharing using Microsoft
...
Teams
Using Remote Desktop, Analysts can take remote access of the End User's computer to resolve the issue. For the Remote Desktop Sharing with Microsoft teams perform the following steps.
...
- Graph URL: https://developer.microsoft.com/en-us/graph
- API Permissions
- Application ID
- Tenant ID
- Client ID
- Username
Procedure to fetch API Permissions
and other details from MS Azurefor RDP using MS Teams
- Sign in to into the Azure portal using either a work or school account or a personal Microsoft account.
- If your account gives you access to more than one tenant, select your account in the top right corner, and set your portal session to the Azure AD tenant that you want.
- In the left-hand navigation pane, select the Azure Active Directory service, and then select App registrations > New registration.
- When the Register an application page appears, enter your application's registration information:
- Name - Enter a meaningful application name that will be displayed to users of the app.
- Supported account types – select Accounts in this organizational directory Only.
- Redirect URI: Enter https://localhost/ as redirect URI.
- When finished, select Register.
- Azure AD assigns a unique application (client) ID to your app, and you're taken to your application's Overview page. To add additional capabilities to your application, you can select other configuration options including branding, certificates and secrets, API permissions, and more.
- Create a new application secret. If you choose not to use a certificate, you can create a new application secret.
- Select Certificates & secrets.
- Select Client secrets > New client secret.
- Provide a description of the secret, and a duration. When done, select Add.
After saving the client secret, the value of the client secret is displayed. Copy this value because you can’t retrieve the key later. You provide the key value with the application ID to sign in as the application. Store the key value where your application can retrieve it.
...
- Application ID
- Tenant ID
- Client Secret
...
Prerequisite to setupMicrosoft teams Conference Call
The Administrators can configure Microsoft Teams as a Conference Bridge and can set up Conference Calls for Major Incident, CAB Meeting, Remote Desktop Sharing, and Appointment Management.
...
- Graph URL: https://developer.microsoft.com/en-us/graph
- API Permissions
- Application ID
- Tenant ID
- Client ID
- Username
Procedure to fetch API
Permissions and other details from MS Azure Sign in topermissions for MS Teams Conference Call
- Sign into the Azure portal using either a work or school account or a personal Microsoft account.
- If your account gives you access to more than one tenant, select your account in the top right corner, and set your portal session to the Azure AD tenant that you want.
- In the left-hand navigation pane, select the Azure Active Directory service, and then select App registrations > New registration.
- When the Register an application page appears, enter your application's registration information:
- Name - Enter a meaningful application name that will be displayed to users of the app.
- Supported account types – select Accounts in this organizational directory Only.
- Redirect URI: Enter https://localhost/ as redirect URI.
- When finished, select Register.
...