IM is currently working on the registration of our application. Basically we have a simple concurrent licensing system, when users log in, we typically identify their computer name and logon name. It has been done with a simple Winforms app that allows us to retrieve this data.
Now we have a brother of silver publisher who should work in the same licensing. The situation is that if a user enters the winforms app they will use a license and if they log on to our Silverlight app then it will still use a license because they are accessing it from the same computer Are there.
The problem is that we can not retrieve client machines and logon names with the application of silver machine.
Can anyone think of a way to handle it? Or am I completely competing against it.
Thanks
Form or Windows authentication.
Once authenticated you can get through a web service, you can get whatever you want (such as user claims, user profiles etc ...). This means that you are communicating with some databases somewhere.
Comments
Post a Comment