As an Organization Owner user, you create, view and modify the details of the OAuth 2.0 apps in your Organization.
You can also:
To… | Do this… |
---|---|
View the OAuth apps that have access to your Organization. | Click Identity & Access Management > OAuth Apps. In the Role Assigned Apps section of the page you can view the apps created in other Organizations with access to your Organization. |
| |Add an OAuth app created in another Organization.|1. Click Identity & Access Management > OAuth Apps > Role Assigned Apps. 2. Click Add App. 3. To identify the OAuth app you want to add, select one of the following options: - Enter App ID - Search by Organization 4. Click Continue. 5. If you selected to identify the OAuth app using its ID, you are prompted to enter the OAuth app ID. 6. If you selected to identify the OAuth App through the Organization in which it was created, you are prompted to first select the Organization name from the drop-down menu, and then select the OAuth App from the list of OAuth Apps available in that Organization.
The Organization drop-down menu shows only the Organizations where you have Organization Owner access.
| |Remove an OAuth app created in another Organization that has access to your Organization.|1. Click Identity & Access Management > OAuth Apps > Role Assigned Apps. 2. From the list of OAuth apps that displays, select the app you want to prevent from accessing your Organization. 3. Click Remove.
| |To view the apps created in your Organization.|Click Identity & Access Management > OAuth Apps > Owned Apps.Here you can view all the apps that were created in your Organization.
| |To create a new OAuth app in your Organization.|1. Go to Identity & Access Management > OAuth Apps > Owned Apps and click Create App. 2. Select the type of app you want to add: - For Server to server app, see How to use OAuth 2.0 for server to server apps - For Web app, see How to use OAuth 2.0 for web apps - For Native/Mobile app, see How to use OAuth 2.0 for native and mobile apps
| |To manage the OAuth apps created in your Organization.|Click Identity & Access Management > OAuth Apps > Owned Apps and select the app you want to manage:- To modify the OAuth app, click Edit.
NoteIf you change the scoping of an app, your changes are not included to instances of the app located in other Organizations. To update the scoping, Organization Owner users must remove the app from their Organization, and add it again, or edit the app to reflect the updated scoping.
NoteThis action cannot be reverted. Any application using these client credentials will no longer be able to access protected resources and the credentials will be invalidated.
If you want to modify the scope of the app first, click Edit and make the required changes to the Organization and service roles. When ready, click Add to This Org.
NoteWeb/Mobile apps cannot be added to Organizations.
|
Parent topic:How do I create OAuth 2.0 apps and authenticate applications