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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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