microsoft / Intune-Resource-Access

Sample code and scripts for interfacing with the Intune Resource Access APIs.
MIT License
54 stars 58 forks source link

About when to do SendSuccessNotification Method in IntuneScepServiceClient.java #110

Closed HirokiPpr closed 2 years ago

HirokiPpr commented 2 years ago

IntuneScepServiceClient.java

From the documentation, I've understood that the certificate will be processed by the certificate authority after it is issued as follows:

1) Client certificate is issued, 2) The required information on the issued client certificate is gathered and Intune is notified with the SendSuccessNotification method 3) (If the method finishes successfully) The certificate is distributed to mobile devices

Is this understanding correct? *We understand that swapping 2) and 3) is a deprecated order.

tynidev commented 2 years ago

It is not clear what you are asking. But that is the order things should happen yes.