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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
113
113
114
114
## First time addition of users in a new data partition
115
115
1. In order to add entitlements to a new data partition of Azure Data Manager for Energy instance, use the access token of the app that was used to provision the instance.
116
-
2. Get the service principal access token using [Generate service principal access token](how-to-manage-users.md##generate-service-principal-access-token).
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 follwoing sections.
119
119
5. Add the users to the `users@<data-partition-id>.<domain>` OSDU group.
0 commit comments