Adding a custom aspx page to ForefrontIdentityManager
Hi,
Actually we need to add a custom aspx page into FIM. Please can any one guide us on doing this?
October 26th, 2010 9:50am
Could you please explain a bit (eh, ...a lot ... ) more in detail what exactly are you trying to achieve? And why.
This GHA
should be a good starting point (more specfic the section architecture and design questions ...)
Kind regards,
Peter
Peter Geelen (Traxion) - Sr. Consultant IDA (http://www.fim2010.be)
[If a post helps to resolve your issue, please click the
"Mark as Answer" of that post or "Helpful" button of that post.
By marking a post as Answered or Helpful, you help others find the answer faster.]
Free Windows Admin Tool Kit Click here and download it now
October 26th, 2010 10:51am
Actually we are trying to redirect the results of a search from the FIM portal on to a custom asp page.
The objective is to help export the search result on to a CSV or a PDF file. If we are able to redirect to a custom ASP page, we will be able to write the code in the .cs file to do this export.
Thank You,
Hira
October 26th, 2010 12:15pm
1. you can add custom ASPX pages to website, just put it into proper directory but:
a) it doesn't make any sense to have your own .aspx inside ~/identitymanagement
b) you will not get your search results inside your own page by using redirection
2. you can use redirect URL in search scope properties, but it will not help you with your task
3. write your own page that will do FIM WebServices query to enumerate resources and will write it out in the format you need.
ps. if you just need to export FIM objects (e.g. users or groups) why don't you use PowerShell for this? it will allow you to have XPATH filter and get any objects you want in .XML format
Free Windows Admin Tool Kit Click here and download it now
October 27th, 2010 3:03am
no you cannot.
However, see if the following helps you:
http://blogs.dirteam.com/blogs/jorge/archive/2010/05/21/creating-navigation-bar-links-for-a-subset-of-objects-in-fim-2010-part-1.aspx
http://blogs.dirteam.com/blogs/jorge/archive/2010/05/21/creating-navigation-bar-links-for-a-subset-of-objects-in-fim-2010-part-2.aspx
Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)
# Jorge de Almeida Pinto # MVP Identity & Access - Directory Services #
BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test ANY suggestion in a test environment before implementing!
------------------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------------------
"H_L_J" wrote in message news:e6249cb6-795f-4446-836f-b73238c571f9...
Hi,
Actually we need to add a custom aspx page into FIM. Please can any one guide us on doing this?
Jorge de Almeida Pinto [MVP-DS] (http://blogs.dirteam.com/blogs/jorge/default.aspx)
November 1st, 2010 3:44pm