Assing License to the User
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 05:49 AM
Hi All,
This is regarding the assignment of license to an individual user. Is there a way, where we assign the license in ServiceNow, and it automatically adds the user to a respective portal.
For E.g. if we have request for adobe products, Microsoft products, cisco Webex products. We assign the license to a user in ServiceNow, and it automatically add that user with the license on the third-party portal (Adobe condole, Microsoft portal, Cisco developer portal).
Regards,
Shivani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 06:13 AM
@shivani42 - May be you are asking about "SaaS License Management"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 06:18 AM
Hi @shivani42 ,
The answer is no, you have to build the integration with each of the service provider. Once integration is build then you can automate is by hitting the respective REST API of provider.
For example:
if you are assigning the license for Adobe then hit the Adobe API to create record in Adobe console portal.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2024 02:42 AM
Hi Runjay,
Do you have any example of assign the license using Rest API. As we have different polishers(Cisco, MS, Adobe, Sap etc.). How to create a API for different vendors, each vendor has different setting on the portals. It would be very helpful for me if you have any example of it.
Thanks in Advance,
Shivani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2024 03:01 AM
Hi @shivani42,
in case of Microsoft and Adobe and I can assume other vendors support the same approach. Please check the license management based on synced Azure AD groups per vendor portal. ServiceNow - Azure AD integration can be covered by the Azure spoke and a flow.
Adobe example: Add Azure Sync to any Adobe Admin Console directory to automate user management
Best, Dennis