tags:

views:

8

answers:

0

Can I dynamically select the authentication type in a customized version of IdpInitiatedSignOn?

I am doing Idp Initiated calling something like https://domain/adfs/ls/IdpInitiatedSignOn.aspx?loginToRp=https://some-rp1

If the default is set to:

...

It may try integrated first and this is fine for most of my RP's. But for one I want to use a specific "Forms" "FormsSignIn.aspx". I was hoping I could make a custom version of IdpInitiatedSignOn.aspx that would do this.

But it calls SignIn( rpIdentity, parameters ); parameters are SignOnRequestParameters. I do not see anyplace to specify that I want to use forms based for this SignIn and I would like to use this specific form.