Link to home
Start Free TrialLog in
Avatar of rwallacej
rwallacej

asked on

Lync and asp.net login

This is long shot but see if something possible...
I have web app hosted on server using asp.net authentication
This works ok on say "mydomain1.com"

However the company (100 people) want to use app without having different account to their Windows server account, which they use to login to Lync...


So what they want:
If logged in to Lync on my domain2.com domain (logged in to Windows )
Then do not need to use asp.net account login, the pages simply work without logging in

If not logged in to Lync e.g. if at home or different pc, login using asp.net account

Mydomain1.com and mydomain2.com are in no way linked and cannot be
Avatar of Big Monty
Big Monty
Flag of United States of America image

if the 2 domains are not associated with one another, the only way to validate the Lync user would be to use the first domain from your app, and even that would be tricky. You may be able to set up a web service to do the authentication for both domains, assuming you have access to both domains...
Avatar of rwallacej
rwallacej

ASKER

I only have access to mydomain1.com, the one hosting web app. I don't have access to mydomain2.com, the domain with Windows Lync users
i can't think of any way you would be able to validate the user then, so I don't believe it can be done
Thanks. I thought there would be some way. I know for example that on my home computer I can login to use Lync to validate my username@mydomain2.com to  sign in to company Lync - it is no way linked to company domain just a home computer
ASKER CERTIFIED SOLUTION
Avatar of Kishan Zunjare
Kishan Zunjare
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial