I use windows authentication with IIS and C#. In my global.asax i get the user name to define rights (profile and rights are in a mysql Database). It s working well but i need now to use it fron wan. We use a Firewall Netasq wich provide a VPN SSL whith LDAP authentication. Behind the firewal call an url whith in parameter the name of the authentified user (something like SSO).
What's the best way to authorize wan user to access site : custom authentication provider, using role.
thank by advance.