- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 07:09 PM
We are considering using the mobile app provided by ServiceNow in the following patterns.
1. iPhone x Device enrolled in Microsoft Intune x Now Mobile (authenticated with Azure AD)
2. iPhone x Microsoft Intune is not registered x Now Agent (authenticated with Azure AD)
3. iPhone x Device registered in Microsoft Intune x Now Agent (authenticated with Azure AD)
I would like to know if all patterns support the Microsoft Authentication Library (MSAL).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 09:42 PM
Hi @TetsujiA ,
for your first scenario,
1. iPhone X device enrolled in Microsoft Intune x Now Mobile (authenticated with Azure AD).
for this scenario, I am sure Microsoft Authentication Library (MSAL) will support it. Now Mobile is the official Intune app for managing mobile devices. It leverages Intune's capabilities, including Azure AD for authentication, so we can confirm MSAL integration will help to get authenticated and supported.
2. iPhone x Microsoft Intune is not registered x Now Agent (authenticated with Azure AD)
No, it might behave as a standalone app and use its own authentication and not support MSAL
3. No, it not support MSAL. i never see tried it, so I am assuming it is not possible.
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 09:42 PM
Hi @TetsujiA ,
for your first scenario,
1. iPhone X device enrolled in Microsoft Intune x Now Mobile (authenticated with Azure AD).
for this scenario, I am sure Microsoft Authentication Library (MSAL) will support it. Now Mobile is the official Intune app for managing mobile devices. It leverages Intune's capabilities, including Azure AD for authentication, so we can confirm MSAL integration will help to get authenticated and supported.
2. iPhone x Microsoft Intune is not registered x Now Agent (authenticated with Azure AD)
No, it might behave as a standalone app and use its own authentication and not support MSAL
3. No, it not support MSAL. i never see tried it, so I am assuming it is not possible.
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 01:54 AM
Hi @PaulSylo ,
Thank you for your answer.
It helps.