G
Guest
We are developing a WinForms application which needs to user Windows
integrated application authentication. This means that there is no separate
user name/password for the application. The user should be able to access the
application with his windows security context.
Am proposing a design, by which the as and when the user invokes the
application the application will check for the 'windowsIdentity' and perform
a 'IsAuthenticated' check and allow the user to access the application.
Also there is another requirement that the solution should support 'Fast
user switching'. Similar to Windows XP's 'Switch user' feature.
The problem is I can't use this feature is disabled with Win XP systems
which are part of a domain. I cannot upgrade to Windows Vista to get this
feature enabled.
Is there any other way I can implement Fast user switching and at the same
time using windows integrated authentication?
We don't want to go for application to handle windows user name/passwords,
as we feel it is not secure to do so. Also by making the application handling
user name/password, the whole purpose of having windows integrated
authentication will get negated.
Thanks in advance
integrated application authentication. This means that there is no separate
user name/password for the application. The user should be able to access the
application with his windows security context.
Am proposing a design, by which the as and when the user invokes the
application the application will check for the 'windowsIdentity' and perform
a 'IsAuthenticated' check and allow the user to access the application.
Also there is another requirement that the solution should support 'Fast
user switching'. Similar to Windows XP's 'Switch user' feature.
The problem is I can't use this feature is disabled with Win XP systems
which are part of a domain. I cannot upgrade to Windows Vista to get this
feature enabled.
Is there any other way I can implement Fast user switching and at the same
time using windows integrated authentication?
We don't want to go for application to handle windows user name/passwords,
as we feel it is not secure to do so. Also by making the application handling
user name/password, the whole purpose of having windows integrated
authentication will get negated.
Thanks in advance