How to identify every iPhone which installed intune?

73573294 0 Reputation points
2023-03-03T11:01:03.9166667+00:00

Folks,

We have a plan to install Intune instead of MobileIron and all of our iPhone will register to Azure AD.

On the other hand, we have on-premise scheduler server.

Our on-premise scheduler server identify who access to this server using UUID via MobileIron.

But we will use Intune instead of MobileIron as MDM in this summer.

So we have to find the solution to realize same feature which means identify who access from iPhone, and which schedule page we have to show the user.

Azure AD App Proxy can use one of the solution to access on-premise server, but only App Proxy, we cannot identify who access to scheduler server from the iPhone.

Right now, we use userAgent of the MobileIron's HTTP request because its includes UUID.

Therefore we use $SERVER[HTTP_USER_AGENT] of the php to identify the user.

Our server has every users UUID, so after get the UUID, we search the user using UUID and we show the individual page.

[Question]

Under the Azure AD, App Proxy, and Intune, how to identify the access user from the iPhone?

We discussed with the System Integrator, but they cannot answer for this question.

Please let me know if you have any concerns or questions.

Cheers,

Ayumi

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,467 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
2,342 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 21,961 Reputation points Microsoft Vendor
    2023-03-06T01:10:16.6866667+00:00

    @73573294, Thanks for posting in Q&A.

    Based as I know, Microsoft Intune is a cloud service which used to manage devices and apps.

    https://learn.microsoft.com/en-us/mem/intune/fundamentals/what-is-intune

    I notice you want to identify who access the server. Based as I know, Intune didn't provide the feature to monitor this. The authentication and access are controlled by Azure AD. Based on my researching, Azure AD sign in log provides valuable insight into how your users access applications and services. Here is a link with more details:

    https://learn.microsoft.com/en-us/azure/active-directory/reports-monitoring/concept-sign-ins

    You can see if the log can show what you want. Meanwhile, I have added the "Azure Active Directory" tag to help you get more help.

    Thanks for your understanding.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.