Quote:
Originally Posted by codershark
Is it possible to make a SingleSignOn ??? When someone logIn into Windows he is also logIn in forum ????
|
In theory, yes that should be possible, but it would require so pretty extensive changes to the VB login pages, which would pretty much break upgradability. The problem is that windows login sso works using a version of HTTP Digest auth (AFAIK) which is normally only supported by IIS - This would need to be faked by the login system, and is probably beyond my current level of experience with VB.
The other point is that I'm trying to make my mods so that they don't break upgradability of VB (or any other products).
Anyone else know of a simpler way to do Windows SSO?
H.