Select to view content in your preferred language

Using Secure Services

778
1
04-01-2013 05:41 AM
CraigMcDade
Deactivated User
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.
0 Kudos
1 Reply
MattLane
Frequent Contributor
I've not come across a way to make one service have two different types of access. If you enable security and feature access on a service then any role/user that has access to the service has editing access to it.

The only way I know of to have this level of control is two services.
0 Kudos