You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/manage-client-apps-connected-apps-concept.adoc
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,32 @@ Connected Apps help user delegate their access without sharing sensitive credent
15
15
16
16
To create a Connected App, see xref:access-management::connected-apps-developers.adoc[].
17
17
18
-
When you create the connected app to manage client applications, ensure that you:
18
+
When you create the Connected App to manage client applications, ensure that you:
19
19
20
20
. Select *App acts on its own behalf (client credentials)* for *Type*.
21
21
. Add the *Application Creator* scope.
22
22
23
-
The new connected app can now create client applications and manage the client applications that it creates.
23
+
The new Connected App can now create client applications and manage the client applications that it creates.
24
24
25
25
26
-
== Creating a Client Application
26
+
== Client Application Management
27
27
28
-
When a Connected App creates a client application, the owner of the Connected App is the owner of the connected App and the client application is created in the root organization. The Connected App receives the *Manage clients* scope for client application it creates. This is not visible the Connected App scopes list.
28
+
When a Connected App creates a client application, the client application is created in the root organization. The owner of the Connected App is the owner of the new client application.
29
+
30
+
The Connected App receives the *Manage clients* scope for client applications it creates. This is not visible in the Connected App scopes list.
29
31
30
32
The new Connected App can now manage the created client application, and perform the following actions:
31
33
32
-
* Add client application owners
34
+
* Add users as client application owners
33
35
* Request access to an API instance
34
36
* Request a tier change
35
37
* Reset a client applications secret
36
38
37
39
If you add the *Manage clients* directly to the Connected App when defining its scopes, the Connected App can perform the previous actions for all client applications.
38
40
41
+
Connected Apps have owner privileges of client applications they create. However, a user or Connected App cannot add another Connected App as the owner of a client application. The user or Connected App must add the owner of the Connected App they want to grant owner privileges to in order for the Connect App to have owner privleges.
0 commit comments