Skip to content

Commit 9a810d8

Browse files
authored
Update how-to-manage-users.md
1 parent ef10b7f commit 9a810d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/energy-data-services/how-to-manage-users.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A `client-secret` is a string value your app can use in place of a certificate t
4949
3. Create a `client-secret` for the `client-id` that you used to create your Azure Data Manager for Energy instance.
5050
4. Add one now by clicking on *New Client Secret*.
5151
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.
5353

5454
> [!CAUTION]
5555
> 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
116116
2. Get the service principal access token using [Generate service principal access token](how-to-manage-users.md#generate-service-principal-access-token).
117117
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.
118118
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+
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.
122122

123123
## Get the list of all available groups in a data partition
124124

0 commit comments

Comments
 (0)