I've been conducting research on both Google and Stackoverflow but haven't been able to find a solution to my problem.
Within my ADFS portal, there are 5 different services that can be selected.
I'm trying to determine how I can generate a direct link to a specific service in the list, rather than providing access to the entire dropdown menu.
The goal is to have this link hosted on our intranet alongside other tools for easy access by users.
Ideally, users would simply click on the link and be immediately directed to the desired service.
Upon examining the source code of the portal with the dropdown menu, I noticed that it's all being controlled by JavaScript through variables.
Does anyone have any insight on how to create or capture a direct link to a particular application within the portal?
I hope this explanation is clear.
Thank you for any assistance!