I'm having a slightly weird requirement for an Intranet Sharepoint 2010 server platform. User shall be forced to confirm their specific terms+conditions before they use the platform.
Details:
- Sign on to Sharepoint automatically via Windows/AD login.
- Authentification gateway (UAG) for external users is planned (might be used for internal users, too)
- Needs differentiation between Admin group and "normal users", as admins shall confirm every time they log on, normal users only once/first time
- only "no code" solutions, Sharepoint Designer would be ok though. Third-party-solutions, too ;-)
The problem I see is that I need to identify users and user groups before they are logged on to Sharepoint. If I allow them to log on, I need to redirect them to the confirmation page depending from their status (admin/user/confirmed/new) - which would need some programming, I suppose.
I'm not very deep into complex workflows or Infopath to develop an idea with them. We used heavy XSLT-coding (show content depending on user group, filter by AD attributes, using Webservices etc., ) in a different SP 2007 project before, but as this is almost unmaintainable and thus not sustainable, I'd prefer to find something different.
One more idea would be to manipulate the portal page of the UAG with some confirmation link, not sure this was done before or would be something that is supported.
Any hint or idea would be appreciated.
Thanks!
Jasper