I am creating an application that will be editable by select internal users but publically accessible to everybody. Is the best practice to serve up identical services (one publically viewable and one privately viewable)? Or is there a way to only use 1 service and have the the editor widget only viewable by those with the proper credentials?
I am using windows authentication to control the users, so hopefully this can be done without an additional sign on in the app, similar to the Identity Manager, but if thats the best way, we will go with it.