I have a web config with the following:
<location path="toolbar/apps/loginservice/login">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
if <allow users="?"/> doesn't this means we can omit this from the web.config.