locked
Multiple authentication RRS feed

  • Question

  • User-824531797 posted

    Hi

    We are developing a ASP.net application that will be hosted on an intranet server and exposed to outside world through firewall.

    For requests coming in from the intranet, the app should use windows authentication using the requesting user's windows credentials - so the intranet users wouldn't have to type in their passwords.

    For requests coming in from outside the intranet through firewall, app should use bearer authentication using token in the headers.

    Kindly advise how the app can differentiate between the two type of requests and apply corresponding authentication.

    Best Regards

    Abhishek

    Tuesday, June 14, 2016 12:42 AM

Answers

All replies