Skip to content

feat(prov-serv): Add APIs for getAttestationMechanism for individual …#677

Merged
timtay-microsoft merged 3 commits intomasterfrom
dps
Aug 26, 2020
Merged

feat(prov-serv): Add APIs for getAttestationMechanism for individual …#677
timtay-microsoft merged 3 commits intomasterfrom
dps

Conversation

@timtay-microsoft
Copy link
Copy Markdown
Member

@timtay-microsoft timtay-microsoft commented Jan 15, 2020

…and group enrollments

These new APIs allow you to retrieve the symmetric keys for enrollments using symmetric key attestation, for instance

This was a service API that the SDK never implemented, but that customers do need

Issue #674 for reference on the service APIs

@timtay-microsoft
Copy link
Copy Markdown
Member Author

Closing this as we will re-do the entire provisioning service client later

…and group enrollments

These new APIs allow you to retrieve the symmetric keys for enrollments using symmetric key attestation
@timtay-microsoft
Copy link
Copy Markdown
Member Author

Re-opening this PR since C# SDK recently added these APIs, so the Java SDK should keep parity

@Azure Azure deleted a comment from azure-pipelines Bot Aug 26, 2020
@Azure Azure deleted a comment from azure-pipelines Bot Aug 26, 2020
@Azure Azure deleted a comment from azure-pipelines Bot Aug 26, 2020
@Azure Azure deleted a comment from azure-pipelines Bot Aug 26, 2020
@timtay-microsoft timtay-microsoft merged commit 03713c3 into master Aug 26, 2020
@timtay-microsoft timtay-microsoft deleted the dps branch August 26, 2020 20:22
* @return the attestation mechanism of the given individual enrollment
* @throws ProvisioningServiceClientException if any exception is thrown while getting the attestation mechanism
*/
public AttestationMechanism getIndividualEnrollmentAttestationMechanism(String registrationId) throws ProvisioningServiceClientException
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since these are new APIs, is there an action todo for any public documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants