Skip to content

IT Admin Troubleshooting

Common issues IT administrators encounter when setting up Iristick.Teams, with error-specific solutions.


"AADSTS700016: Application not found in the directory"

Cause: The service principal hasn't been created in your tenant.

Fix: Complete the Install in Your Tenant step.

Verify: In the Azure Portal, go to Enterprise applications and search for "Iristick.Teams" or "RSIQ Teams". If it doesn't appear, the service principal is missing.


ACS service principal missing

Symptom: Users can sign in to Iristick.Teams successfully, but calls fail to start, meetings won't connect, or the call screen hangs after pressing join. The Iristick.Teams service principal exists in Enterprise applications, but Azure Communication Services does not.

Cause: Granting admin consent for Iristick.Teams should also provision the Azure Communication Services service principal (App ID 1fd5118e-2576-4263-8130-9503064c837a), but in some tenants it does not happen automatically. ACS is a Microsoft first-party app and must exist as a service principal in your tenant for the call layer to authenticate.

Verify: In the Azure PortalMicrosoft Entra IDEnterprise applications, set the filter to All Applications and search for 1fd5118e-2576-4263-8130-9503064c837a or Azure Communication Services. If nothing appears, the service principal is missing.

Fix: Provision the ACS service principal using one of these methods.

https://login.microsoftonline.com/common/adminconsent?client_id=1fd5118e-2576-4263-8130-9503064c837a

Open the URL, sign in with an account that has consent rights, and accept.

Connect-MgGraph -Scopes "Application.ReadWrite.All"
New-MgServicePrincipal -AppId "1fd5118e-2576-4263-8130-9503064c837a"
az ad sp create --id 1fd5118e-2576-4263-8130-9503064c837a

After provisioning, ask the affected user to sign out and sign in again, then retry the call.


"Need admin approval" when signing in

Cause: The service principal exists, but admin consent hasn't been granted for the required permissions.

Fix: Use the admin consent URL.

Verify: Go to Enterprise applications > Iristick.Teams > Permissions. All permissions should show "Granted for [your tenant]".


Sign-in fails with no clear error

Cause: Could be various issues — expired credentials, conditional access policies, app role assignment, or account problems.

How to diagnose:

  1. Go to the Azure Portal > Microsoft Entra ID > Users
  2. Select the affected user
  3. Open Sign-in logs
  4. Filter for application RSIQ Teams
  5. The Failure reason column will show the specific error

See also: Conditional access blocking sign-in and "Not a member of a group that has access".


No meetings appear after successful sign-in

Cause: The meeting invitations came from an account without the right license tier, or the meetings are not scheduled for today.

Fix:

  • Ensure the meeting organizer has a Business Basic or higher license
  • Create a new meeting scheduled for today — only today's meetings are shown in the app
  • Check that the affected user was actually invited to the meeting

App stuck on loading screen after admin approved

Cause: The service principal exists, but permissions were not fully consented.

Fix: Go to Enterprise applications > Iristick.Teams > Permissions > click Grant admin consent for [your tenant].


Conditional access blocking sign-in

Cause: A conditional access policy in your tenant is blocking Iristick.Teams. Common triggers include policies that require compliant devices, specific locations, or MFA flows that the app cannot complete.

How to diagnose: Check the sign-in logs (Microsoft Entra ID > Users > [affected user] > Sign-in logs, filter for RSIQ Teams). The failure reason will reference a conditional access policy by name.

Fix: Review the policy identified in the logs and either:

  • Add Iristick.Teams as an excluded application in the policy, or
  • Adjust the policy conditions so they don't block the app

"Not a member of a group that has access"

Cause: Assignment required is enabled on the Iristick.Teams enterprise application, but the user has not been assigned to the User app role.

Fix:

  1. Go to the Azure Portal > Microsoft Entra ID > Enterprise applications
  2. Open Iristick.Teams
  3. Go to Users and groups
  4. Click Add user/group and assign the user or group to the User role

Once assigned, the user can sign in.