Hi,
Thanks for the quick reply. This is what we have in our web.config.
<location path="FederationMetadata">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
So I only replaced "FederationMetadata" with "quickentry.aspx" and hit the link. It did bypass the Sign in page and displayed the quickentry page however the css was off on the page i.e. the dropdown was not displayed,
button not displayed properly etc.
Is there anything else that needs to be done?
Thank you.