I'd like to be able to specify the return URL of the ACS authentication when I redirect the user to his Identity Provider's log-in URL instead of the one I specified in the ACS management portal. I'll mainly be using ADFS IPs.

Is this possible?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, you can do this by hosting your own home realm discovery (HRD) page. See option 2 here:

http://msdn.microsoft.com/en-us/library/gg185963.aspx

You can download a working HRD page from the ACS portal and customize it's call to IdentityProviders.js, specifying the reply_to as you wish.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.