Hello,
We are using ADFS (3.0) authentication in our web application. We have a scenario where user can access a page without authentication however he gets the ADFS Sign in page while trying to access that page.
For e.g. if a user accesseshttp://test.com/prod/quickentry.aspx the quick entry page should be displayed without any login page so that the user can create a basic record. The user needs to be able to do this without having to login to the application. This scenario works in a non ADFS environment but the Sign in page appears in an ADFS environment.
Could you please let me know if there is a way we can bypass the ADFS Sign in page?
Thanks