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: articles/energy-data-services/how-to-manage-users.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ A `client-secret` is a string value your app can use in place of a certificate t
49
49
3. Create a `client-secret` for the `client-id` that you used to create your Azure Data Manager for Energy instance.
50
50
4. Add one now by clicking on *New Client Secret*.
51
51
5. Record the secret's `value` for later use in your client application code.
52
-
6. The Service Principal [SPN] of the app id and client secret has the Infra Admin access to the instance.
52
+
6. The access token of the app id and client secret has the Infra Admin access to the instance.
53
53
54
54
> [!CAUTION]
55
55
> Don't forget to record the secret's value. This secret value is never displayed again after you leave this page of 'client secret' creation.
@@ -116,9 +116,9 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
116
116
2. Get the service principal access token using [Generate service principal access token](how-to-manage-users.md#generate-service-principal-access-token).
117
117
3. If you try to directly use user tokens for adding entitlements, it results in 401 error. The service principal access token must be used to add initial users in the system and those users (with admin access) can then manage more users.
118
118
4. Use the service principal access token to do these three steps using the commands outlined in the following sections.
119
-
5. Add the users to the `users@<data-partition-id>.<domain>` OSDU group.
120
-
6. Get the OSDU group such as `service.legal.editor@<data-partition-id>.<domain>` you want to add the user to.
121
-
7. Add the users to that group.
119
+
1. Add the users to the `users@<data-partition-id>.<domain>` OSDU group.
120
+
1. Get the OSDU group such as `service.legal.editor@<data-partition-id>.<domain>` you want to add the user to.
121
+
1. Add the users to that group.
122
122
123
123
## Get the list of all available groups in a data partition
0 commit comments