microsoft / Intune-Resource-Access

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

What are caConfigoration and Certificate Authority fields in SendSuccessNotificaton #138

Open igalfsg opened 1 year ago

igalfsg commented 1 year ago

Hi looking at the documentation I see the following fields for send success:

However, looking at the example I see the extra fields of "caConfiguration" and "certificateAuthority". What are these values supposed to be?

ksnagendran commented 1 year ago

Does anyone have an answer to the above question?

towijo commented 5 months ago

I'm also wondering and they still seems to be missing in the documentation (https://learn.microsoft.com/sv-se/mem/intune/protect/scep-libraries-apis#integrate-with-intune).

They were added in a PR named "Add revocation info to notify success" (https://github.com/microsoft/Intune-Resource-Access/pull/94/files), which might give some clues, but i would like to have better documentation regarding these parameters and expected values. They seem to be optional as passing null-values are fine.

Also the documentation for "certIssuingAuthority" is a bit underwhelming. Is it an arbitrary name of the authority just for informational purpose? is it the Common Name (CN) or the Issuing CA? is it the full FQDN of the CA? it leaves you wondering what the purpose is and the exact content specification.