Skip to content

Commit 332a361

Browse files
authored
Update how-to-manage-users.md
1 parent 5cb05a4 commit 332a361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ curl --location --request POST 'https://login.microsoftonline.com/<tenant-id>/oa
113113

114114
## First time addition of users in a new data partition
115115
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).
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 follwoing sections.
119119
5. Add the users to the `users@<data-partition-id>.<domain>` OSDU group.

0 commit comments

Comments
 (0)