What happens if both Windows Integrated and Forms Auth areavailable and I want the Geneva server to try Integrated first before falling back to Forms Auth?
So the experience i expect is that a when a intranet user hits my application, he is redirected to Geneva server - gets authenticated , but when a extranet user accesses the application, he is given a login page since Windows integrated will fail.
Another idea ifyou feelthat is not extensibleis that I tell geneva server the authentication method to use when i redirect from the RP. (perhaps i know because the request from external users will havea different host header as against a intranet user-
https://blah.com as against
https://blah )
I agree all this can be implemented because fed passive site is customizable, but i think you should support the above out of the box.