Skip to main content

All Questions

1 vote
0 answers
5k views

Windows Authentication with Angular JS + WebApi

I'm developing a web application with (MVC5 + AngularJS) for UI and WebAPI2 for webservices. Theose are two seperate projects hosted in different servers. And i'm Authenticating my webapp against an ...
Praveen's user avatar
  • 167
1 vote
0 answers
144 views

Cross Domain windows authentication in Angular js application

We have created an application and a web api which are hosted in various domains(or ports). I want to integrated both windows authentication as well as Forms authentication. So I need logged in user ...
ganku007's user avatar
  • 101
2 votes
0 answers
448 views

Angular Web App & Web API with Windows Authentication for Intranet users

I have intranet web application developed using pure angular and the API app is web api 2 i want to give the windows authentication for the web application and web api But the angular App i cannot ...
solairaja's user avatar
  • 964
0 votes
1 answer
266 views

Web API 2 RequestContext.Principal returning previous username with Windows Authentication

I have an API built with Web API 2 (VB.Net), running on IIS 7.5 that relies on Windows Authentication and is queried by an AngularJS app. Everything has worked fine for a year or so but we now have a ...
ederkley's user avatar
0 votes
1 answer
497 views

angularjs html5 application with web api windows authentication

I'm making a mobile app using web api 2 as a back end with an angularjs/html5 front end. As a result, razor is out. I've found a bunch of third party log in solutions but nothing specific for ...
Yoshi Jeffery's user avatar
0 votes
0 answers
445 views

Angularjs with Web API Windows authentication

I have the following architecture: 1- Angularjs website hosted on Windows Server 2003 with IIS 6 (Server 1). 2- Web API hosted on Windows Server 2008 with IIS 7 (Server 2). 3- Database containing ...
Manar Husrieh's user avatar
2 votes
0 answers
3k views

AngularJs Intranet Windows Authentication

I'm working on angular app for intranet application. I hosted angular and WebApi in IIS as separate application. I need to validate the current windows logged-in user against Active-Directory group. ...
Raajkumar's user avatar
  • 897
1 vote
1 answer
834 views

How do I use Web API 2 and bearer tokens and my own user table while persisting the userid to the users records

My legacy web forms app uses windows authentication to match up the incoming user domain\username against a custom user table. If they are registered the user Id is stored in a session variable and ...
General Zod's user avatar
2 votes
2 answers
3k views

OWIN Web API Windows Service - Windows Identity Impersonation

This is an intranet app. I have a WebAPI Owin selfhosting app running on a Windows Server under a service account. The Front end is AngularJS which talks to the database through this Web API. What ...
armulator's user avatar
  • 1,349