I need an app that allows external users to access the endpoint /metrics/meetings/ via SSO
Here is my journey so far:
-
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.
-
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.