Questions tagged [adal-angular4]

6 questions
1
vote
1 answer

Infinite loop when unauthorized user tries to access web page (authorization via adal-angular)

I have a web based dashboard that authenticates user with adal-angular. Authorized users can access the page without any issue, but when a user is unauthorized, they get into an infinite loop with login page. This was my initial code:…
Dona
  • 143
  • 2
  • 8
1
vote
0 answers

Observable_1.Observable.throw is not a function with adal-angular8

error: TypeError: Observable_1.Observable.throw is not a function at CatchSubscriber.push../node_modules/adal-angular8/adal8-http.service.js.Adal8HTTPService.handleError [as selector] (adal8-http.service.js:172) at…
Adil ux
  • 11
  • 2
1
vote
1 answer

How to resolve adal-angular4 infinite loop on redirect after authentication

I am building an Angular 8 app that authenticates the user against Microsoft Azure Active Directory using adal-angular4. I have an ASP.NET Core API set up and associated with a client app on Azure. I have followed the following documentation to set…
0
votes
3 answers

Adal Angular 4 - Refresh Token not working as expected

I am using adal-angular4 (https://www.npmjs.com/package/adal-angular4) for Azure AD Authentication in my Angular 7 application. adal-angular provides an Access Token whose validity is 1 hr. I need to implement Refresh Token functionality so that I…
0
votes
1 answer

Receive adal-angular4/index.d.ts, found version 4, expected 3 error when using adal-angular4 v 4.0.12 and angular v 4.0.1

If I am missing any pertinent information, please let me know. I am trying to build out a web application that uses adal-angular4 for authentication with Azure AD. I am running into the below compilation error: ERROR in Error: Metadata version…
melmzilla
  • 1
  • 3
0
votes
1 answer

How to access graph API from angular 7 which is using azure ad login

I want to get user and group details from azure graph api. but I don't know how to get those data's. I have a angular 8 application, it is running in azure app services it is using AAD authentication, so when i call my app service URL…
Manihtraa
  • 968
  • 3
  • 12
  • 28