You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Angular 2 application that is able to login with Azure Active Directory, the problem is the token expires after an hour of use.
It appears to be an issue with adal.js where it tries to load login.windows.com in an iframe or something similar which doesn't work because of x-frame-options DENY.
Is this is a common issue?
The text was updated successfully, but these errors were encountered:
I have an Angular 2 application that is able to login with Azure Active Directory, the problem is the token expires after an hour of use.
It appears to be an issue with adal.js where it tries to load login.windows.com in an iframe or something similar which doesn't work because of x-frame-options DENY.
Is this is a common issue?
The text was updated successfully, but these errors were encountered: