- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 08:11 PM
I am currently studying SAM and M365 integration.
For example, assuming an environment where M365 integration is complete and Software Model and Software Catalog Items are correctly created, I have come to the understanding that [When an end user applies for a license on the portal screen, it should be possible to assign an alm_license stock license using the "Sou ce Request" UI Action button of com.snc.procurement].
However, even if this assignment is done, I think it is meaningless unless the operation to "assign a license to that user" is actually performed on the M365 side (Entra AD side).
It may be possible for the Entra AD administrator to assign it manually, but I don't think that is very realistic, so I think it is probably necessary to use REST or something to provision (automatic license assignment).
So here is my question.
If I want to achieve the above provisioning, how should I set it up?
If there is an official document, community article, or YouTube video that introduces the procedure somewhere, you can introduce it to me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 09:00 PM
Hi @nagaryu,
please check the following Microsoft article about group-management for licenses - https://learn.microsoft.com/en-us/entra/identity/users/licensing-admin-center
I would assume this feature is already used by your company for easier M365 management. Please reach out to your M365 admins about any further group details.
In ServiceNow, you’ve to integrate the group assignment step as part of your mentioned flow with the help of the EntraID spoke to add users to groups.
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 12:12 AM
I see, thank you!
I'll give it a try when I actually get to the stage of testing the M365 integration.