- How can I run a Third party app in an organization runtime environment ? (The checkbox available when creating standard application is missing when creating Third party application)
- How to provide an organization scope when requesting to Authorization Endpoint in Auth flow?
- Is it possible to get the placeholder value for
__PANTARIS_ORGANIZATION_ID__
if we directly open the app external url (not opening through Pantaris)
1 Like
Third party apps are not available on organization level yet.
Okay.
a few more questions, related to this.
- Can we get all the projects in an organization from a third party app ?
- and also when I remove the { project_id:application_id} from the scope, I still get an access token but the when querying the current user results in error. so is this scope ({project_id:application_id}) always required and is this the maximum scope we can request ?
- no, apps have permissions to their belonging scope
- Scopes are documented here: Documentation | PANTARIS
Okay.