survirtual / vue-adal

Vue plugin for using Azure Active Directory
108 stars 29 forks source link

Params object not persisted after acquireToken #26

Closed hrboyceiii closed 2 years ago

hrboyceiii commented 5 years ago

We are working with high-profile client and are using this package for auth to our APIs. Their current implementation heavily utilizes the config.params object for passing query string parameters as part of the requests. However, once we integrated vue-adal, the params object was dropped and the app broke.