1
votes

I hate the default looks of the Home Realm Discovery (Claims Provider Selection screen) page when multiple STS are added to the ADFS 2.0 Snapin. Below is the default

http://blogs.perficient.com/microsoft/files/2012/06/image_9_776B8D4C.png

Can this be Customized. Such that it redirects to somepage.aspx where i can login with username and password. Then it returns the claims correctly ?

1

1 Answers

1
votes

The problem is that ADFS doesn't know where you want to login to.

If you always want to login to the same site, there is a cookie that remembers this and won't ask you next time.

You can also use the "whr" parameter to tell ADFS where to go so it doesn't have to ask.

Yes you can customise the screen - refer AD FS 2.0 Sign-In Pages Customization Overview.

If you want to force FBA, move the Forms entry in

<localAuthenticationTypes> 

in the web.config to the top.