Creating an API Application in Azure
To enable token-based authentication between Microsoft Teams and IdentityIQ, you must create an API application in Azure, then use some of the values from the API application within IdentityIQ, to enable authentication. For related information about what to configure in IdentityIQ for token-based authentication, see Configuring API Authentication for Microsoft Teams in IdentityIQCreating an API Application in Azure
To create the API Application in Azure:
-
Navigate to your Azure Active Directory home.
-
In the left navigation, click App registrations.
-
Click New Registration.
-
Enter a Name for your application. When creating applications, it's a good idea to name them according to function; for example,
IdentityIQ API
. -
Under Supported account types, choose the Multitenant option.
-
Click Register
-
Once the registration process has completed, click Expose an API, in left navigation.
-
Click Add a scope
-
Click Save and Continue
-
Enter a Scope name, for example,
GetToken
. You will use this value later when configuring API Authentication in IdentityIQ. -
For Who can consent? choose Admins and users
-
Add names and descriptions for Admin consent and User consent.
-
Make sure the state is Enabled
-
Click Add scope to save your information
-
Click to edit the Application ID URI, and append
/identityiq/api
to the end of the URI, then click Save. You will use this value later when configuring API Authentication in IdentityIQ.