It Seems Rest API calls are not working for Azure - DPS Enrollment group. No response from the API call in the postman.
Followed the below URL
If you're able to execute REST API call then, Please let me know.
It Seems Rest API calls are not working for Azure - DPS Enrollment group. No response from the API call in the postman.
Followed the below URL
If you're able to execute REST API call then, Please let me know.
Copyright © 2021 Jogjafile Inc.
You would need to generate a security token for Service API authentication. You can find the sample needed to generate token from article Service API authentication. Here is the sample I have tested for my token generation.
You should get a signature similar to below value.
Add this token to the postman
Authorizationheader. Find the below image for reference.The API also requires you to pass Attestation mechanism for your enrollment. I have tested the API call using Symmetric Key attestation by passing the keys as following in the request body
As you can see, the API returns
200 OKresponse and gives details on the Enrollment group. The created enrollment group can be validated from the Azure portal DPS Manage Enrollments tab.Hope this helps!