microsoft / Intune-Resource-Access

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

Impossible to check the value of PROVIDER_NAME_AND_VERSION in the AAD or Intune portal #109

Closed HirokiPpr closed 2 years ago

HirokiPpr commented 2 years ago

IntuneScepServiceClient.java

・ PROVIDER_NAME_AND_VERSION = "Information used to identify the product and its version" We checked that this value is used in the source code as User-Agent in the SCEP Intune API. Therefore, I think AAD and Intune are pulling this value. However in testing, it was not available to view on any screens accessible from the Intune, AAD management screens. Is there a screen or function where Intune administrators can see where PROVIDER_NAME_AND_VERSION is being used?

tynidev commented 2 years ago

This is not something that will show up in the portal. This is a value that is used in Intune logging and diagnostics to provide troubleshooting.