This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
For SAML Is it possible to modify the URL to automatically include the site the user wants to go to instead of having them select from the drop down menu from .
Yup - if the relying party is the application itself, you can use the loginToRp parameter instead.
Example:
https://adfs.contoso.com/adfs/ls/idpinitiatedsignon.aspx?loginToRp=rpidentifier
The rpidentifier is the identifier configured in the ADFS RP.
Per: https://blogs.technet.microsoft.com/askds/2012/09/27/ad-fs-2-0-relaystate/
I might be doing something wrong, but following the article, using
https://fs.bplogix.com/adfs/ls/idpinitiatedsignon.aspx?RelayState=RPID%3Dhttps%253A%252F%252Fhoney.is%252Forg%252F40252%26RelayState%3Dhttps%253A%252F%252Fhoney.is%252Fhome
Takes me to the same place as
https://fs.bplogix.com/adfs/ls/idpinitiatedsignon.aspx
https://fs.bplogix.com/adfs/ls/idpinitiatedsignon.aspx Relay State URL = https://honey.is/home relying party ID = https://honey.is/org/40252
It should be:
https://fs.bplogix.com/adfs/ls/idpinitiatedsignon.aspx?loginToRp=https://honey.is/org/40252