Application not found It may have been deleted or you don’t have permission to view it right now

I need an app that allows external users to access the endpoint /metrics/meetings/ via SSO

Here is my journey so far:

  1. I created an app with my free user account (also this app was a user managed app). I was able to do the SSO but when my system reached the API part, I got an error saying that I had no scopes for dashboard:read:list_meetings:admin. In fact the free account does not have this scope.

  2. I then proceeded to create another app with an admin account from our company that has proper scopes such as dashboard:read:list_meetings:admin which is the one that we need. The difference between this app and the first one is that this one is a admin managed app. I was not able to pass the SSO screen with this second app… I get the error “Application not found or no permissions to view right now” as my title says…

Their config looks the same really, except that the first one is user managed and the second one is admin managed. What do I need to do in order for my second app to work? I want external users to use my application website to fetch their zoom metrics using the endpoint /metrics/meetings/ after doing their respective SSO. I really appreciate any help!! I published the app and stuff but I could not make it work even in development env.

Hi @Wellington , please read about the differences between the two types of publishable apps:

The endpoint that requires the scope is this one: Accounts APIs

There is no user-level scope for that endpoint so only people with the permission and role of Admin or account Owner would be able to use that endpoint. If the app you’re building requires the use of this endpoint, you are right to create an admin-level app. However, the admin-level will limit the app to admin-level users and above, so a regular user can not add it.

I am not sure your app is published. It sounds like it would not pass marketplace review at this time. You may have installed the app locally or used the auth url feature.