microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

GraphAPI Error: Application is not registered in our store

Open
#432 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

I am currently getting the following error message from the GraphAPI:

Status Code: Forbidden
Microsoft.Graph.Communications.Core.Exceptions.ServiceException: Code: UnknownError
Message: {"errorCode":"7503","message":"Application is not registered in our store.","instanceAnnotations":[]}
Scenario Id: 4e4815b3-05c7-4e08-a0a2-0c9064289a05

Thanks to @itisslizz and @1fabi0 , I was able to get rid of the following error:

Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException: AADSTS700016: Application with identifier <APP ID> was not found in the directory <TENANT ID>.

from this issue: #426

Current Setup

  1. Tenant A contains the fully configured Azure Bot Service.
  2. Tenant A has no 365 subscription (including Microsoft Teams)
  3. Tenant B has the 365 subscription (including Microsoft Teams).
  4. Tenant B has no Azure subscription.

Additional Notes:

  1. The bot service app (in Tenant A) has admin consent and permissions granted in Tenant B.

Any recommendations for this?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository files, tests, or entry points are identified. Start by reproducing the Microsoft Graph Communications request with the stated cross-tenant Azure setup and inspect the project entry points for Graph authentication and application registration. Done means the error has a documented resolution or a repository change with verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
api, authentication, cloud
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.