Skip to content

Commit 4a2bca9

Browse files
authored
Merge pull request #203510 from kgremban/patch-2
Update how-to-control-access.md
2 parents 0da8442 + 67efa6d commit 4a2bca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-dps/how-to-control-access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When using key-based authentication, the Device Provisioning Service uses securi
3030

3131
In some cases you may need to use the HTTP Device Provisioning Service REST APIs directly, without using the SDKs. The following sections describe how to authenticate directly against the REST APIs.
3232

33-
## Device API Authentication
33+
## Device API authentication
3434

3535
The [Device API](/rest/api/iot-dps/device/runtime-registration) is used by devices to attest to the Device Provisioning Service and receive an IoT Hub connection.
3636

@@ -129,7 +129,7 @@ curl -L -i -X PUT –cert ./[device_cert].pem –key ./[device_cert_private_key]
129129

130130
```
131131

132-
## Service API Authentication
132+
## Service API authentication
133133

134134
The [Service API](/rest/api/iot-dps/service/device-registration-state) is used to retrieve registration state and remove device registrations. The service is also used by backend apps to programmatically manage both [individual groups](/rest/api/iot-dps/service/individual-enrollment) and [enrollment groups](/rest/api/iot-dps/service/enrollment-group). The Service API supports key-based authentication for backend apps.
135135

@@ -176,7 +176,7 @@ The security token has the following format:
176176

177177
`SharedAccessSignature sig={signature}&se={expiry}&skn={policyName}&sr={URL-encoded-resourceURI}`
178178

179-
Here are the expected values:
179+
Here are the expected values
180180

181181
| Value | Description |
182182
| --- | --- |
@@ -302,4 +302,4 @@ The following table lists the permissions you can use to control access to your
302302
[lnk-sdks]: ../iot-hub/iot-hub-devguide-sdks.md
303303
[lnk-management-portal]: https://portal.azure.com
304304
[lnk-azure-resource-manager]: ../azure-resource-manager/management/overview.md
305-
[lnk-resource-provider-apis]: /rest/api/iot-dps/
305+
[lnk-resource-provider-apis]: /rest/api/iot-dps/

0 commit comments

Comments
 (0)